mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-18 05:41:51 +01:00
Update cashu_utils.py
This commit is contained in:
parent
05a615ae72
commit
570c3451ed
@ -169,7 +169,7 @@ def redeem_cashu(cashu, config, client, required_amount=0, update_self=False) ->
|
||||
else:
|
||||
msg = tree.get("detail").split('.')[0].strip() if tree.get("detail") else None
|
||||
print(msg)
|
||||
return False, msg
|
||||
return False, msg, redeem_invoice_amount, fees
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user