await ledeger verify (#1411)
This commit is contained in:
parent
0de2a62159
commit
1c4414d311
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ async def melt_coins(
|
|||
await ledger._set_proofs_pending(proofs)
|
||||
|
||||
try:
|
||||
ledger._verify_proofs(proofs)
|
||||
await ledger._verify_proofs(proofs)
|
||||
|
||||
total_provided = sum([p["amount"] for p in proofs])
|
||||
invoice_obj = bolt11.decode(invoice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue