mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
Mint: fix Blink multiple failed attempts (#440)
* fix: blink multiple failed attempts * fix line length again
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user