mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-12 21:24:21 +01:00
Update cli.py
This commit is contained in:
@@ -220,7 +220,7 @@ async def receive(ctx, coin: str, lock: str):
|
||||
wallet.status()
|
||||
|
||||
|
||||
@cli.command("burn", help="Burn spent coins. After spednding some coins you need to burn them to prevent the wallet to do a double spent."
|
||||
@cli.command("burn", help="Burn spent coins. After spending some coins you need to burn them to prevent the wallet to do a double spent."
|
||||
"This will be blocked by the mint, cause it holds the info about all spent coins .")
|
||||
@click.argument("coin", required=False, type=str)
|
||||
@click.option("--all", "-a", default=False, is_flag=True, help="Burn all spent coins.")
|
||||
|
||||
Reference in New Issue
Block a user