mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
hooks: Add cltv_expiry_delta to the htlc_accepted hook
Signed-off-by: Christian Decker <decker.christian@gmail.com> Suggested-by: Corné Plooy <@bitonic-cjp>
This commit is contained in:
committed by
Rusty Russell
parent
9fd8be6463
commit
1561ffaea0
@@ -478,11 +478,6 @@ bool wallet_htlcs_load_for_channel(struct wallet *wallet UNNEEDED,
|
||||
struct htlc_in_map *htlcs_in UNNEEDED,
|
||||
struct htlc_out_map *htlcs_out UNNEEDED)
|
||||
{ fprintf(stderr, "wallet_htlcs_load_for_channel called!\n"); abort(); }
|
||||
/* Generated stub for wallet_invoice_autoclean */
|
||||
void wallet_invoice_autoclean(struct wallet * wallet UNNEEDED,
|
||||
u64 cycle_seconds UNNEEDED,
|
||||
u64 expired_by UNNEEDED)
|
||||
{ fprintf(stderr, "wallet_invoice_autoclean called!\n"); abort(); }
|
||||
/* Generated stub for wallet_invoice_create */
|
||||
bool wallet_invoice_create(struct wallet *wallet UNNEEDED,
|
||||
struct invoice *pinvoice UNNEEDED,
|
||||
|
||||
Reference in New Issue
Block a user