Mint: fix Blink multiple failed attempts (#440)

* fix: blink multiple failed attempts

* fix line length again
This commit is contained in:
callebtc
2024-02-18 19:26:10 +01:00
committed by GitHub
parent ad906df788
commit 9c3949d197
3 changed files with 92 additions and 28 deletions

View File

@@ -498,6 +498,7 @@ class Ledger(LedgerVerification, LedgerSpendingConditions):
payment_quote = await self.backends[method][unit].get_payment_quote(
melt_quote.request
)
assert payment_quote.checking_id, "quote has no checking id"
quote = MeltQuote(
quote=random_hash(),