diff --git a/cashu/wallet/cli/cli.py b/cashu/wallet/cli/cli.py index 768c69e..2e4d99e 100644 --- a/cashu/wallet/cli/cli.py +++ b/cashu/wallet/cli/cli.py @@ -222,6 +222,7 @@ async def invoice(ctx: Context, amount: int, hash: str, split: int): @coro async def balance(ctx: Context, verbose): wallet: Wallet = ctx.obj["WALLET"] + await wallet.load_proofs() if verbose: # show balances per keyset keyset_balances = wallet.balance_per_keyset()