mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
hsmd: add hsmd_preapprove_invoice and check_preapproveinvoice pay modifier
Changelog-added: hsmd: A new message `hsmd_preapprove_invoice` is added. Changelog-added: JSON-RPC: A new command `preapproveinvoice` is added.
This commit is contained in:
@@ -928,6 +928,7 @@ payment_listsendpays_previous(struct command *cmd, const char *buf,
|
||||
}
|
||||
|
||||
struct payment_modifier *paymod_mods[] = {
|
||||
&check_preapproveinvoice_pay_mod,
|
||||
/* NOTE: The order in which these four paymods are executed is
|
||||
* significant!
|
||||
* local_channel_hints *must* execute first before route_exclusions
|
||||
|
||||
Reference in New Issue
Block a user