refactor melt quote (#530)

This commit is contained in:
callebtc
2024-05-22 16:52:08 +02:00
committed by GitHub
parent 52fbfc4b21
commit 71b4051373
3 changed files with 6 additions and 9 deletions

View File

@@ -738,7 +738,7 @@ async def invoices(ctx, paid: bool, unpaid: bool, pending: bool, mint: bool):
return
if mint:
await wallet.load_mint()
await wallet.load_mint()
paid_arg = None
if unpaid: