diff --git a/cashu/wallet/helpers.py b/cashu/wallet/helpers.py index ce27ec7..5dedd6f 100644 --- a/cashu/wallet/helpers.py +++ b/cashu/wallet/helpers.py @@ -101,6 +101,7 @@ async def receive( wallet: Wallet, token: Token, ) -> Wallet: + await wallet.load_proofs() mint_wallet = await redeem_universal(wallet, token) # reload main wallet so the balance updates await wallet.load_proofs(reload=True)