Update cashu/wallet/cli.py

This commit is contained in:
calle
2022-11-26 02:01:06 +01:00
committed by GitHub
parent 105798bb7c
commit 7a489c656a

View File

@@ -284,7 +284,6 @@ async def burn(ctx, token: str, all: bool, force: bool):
wallet.status()
@cli.command("pending", help="Show pending tokens.")
@click.pass_context
@coro