mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
[Mint] Fix: check keyset id in mint and allow custom split amounts for LIGHTNING=False (#253)
* check keyset existence and return error * fix split specific amounts for LIGHTNING=False * wallet loading * remove wallet balance checks
This commit is contained in:
@@ -41,8 +41,7 @@ async def test_invoice_with_split(wallet: Wallet):
|
||||
assert response.json()["invoice"]
|
||||
else:
|
||||
assert response.json()["amount"]
|
||||
# wallet = asyncio.run(init_wallet())
|
||||
# asyncio.run(wallet.load_proofs())
|
||||
# await wallet.load_proofs(reload=True)
|
||||
# assert wallet.proof_amounts.count(1) >= 10
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user