mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
mark invoice as paid when we detect an on-chain payment to a fallback
This commit is contained in:
parent
8bbf2342f7
commit
8c03dd8161
@ -990,7 +990,7 @@ void invoice_check_onchain_payment(struct lightningd *ld,
|
||||
return;
|
||||
}
|
||||
|
||||
// invoice_try_pay(...);
|
||||
invoice_try_pay(ld, NULL, details, msat, outpoint);
|
||||
}
|
||||
|
||||
/* Since this is a dev-only option, we will crash if dev-routes is not
|
||||
|
Loading…
Reference in New Issue
Block a user