mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
Nut07/proof pending (#277)
* add pending state * proofs spendable check and tests * bump version to 0.12.3 * remove sleep for testing * comment clarify * use list comprehension in pending list
This commit is contained in:
@@ -415,6 +415,7 @@ async def receive_cli(
|
||||
@coro
|
||||
async def burn(ctx: Context, token: str, all: bool, force: bool, delete: str):
|
||||
wallet: Wallet = ctx.obj["WALLET"]
|
||||
await wallet.load_proofs()
|
||||
if not delete:
|
||||
await wallet.load_mint()
|
||||
if not (all or token or force or delete) or (token and all):
|
||||
|
||||
Reference in New Issue
Block a user