diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index 617eec8..09ff7d9 100644 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -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