Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 16, 2023
1 parent cdbe3a4 commit cccaa56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cashu/wallet/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ async def receive(

# reload main wallet so the balance updates
await wallet.load_proofs(reload=True)
wallet.status()
return wallet.available_balance


Expand Down Expand Up @@ -227,5 +226,4 @@ async def send(
)
print(token)

wallet.status()
return wallet.available_balance, token

0 comments on commit cccaa56

Please sign in to comment.