mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd: add "style" to listforwards.
Suggested-by: @t-bast Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: JSON-RPC: `listforwards` has new entry `style`, currently "legacy" or "tlv".
This commit is contained in:
@@ -158,6 +158,7 @@ struct htlc_in *new_htlc_in(const tal_t *ctx,
|
||||
hin->failonion = NULL;
|
||||
hin->preimage = NULL;
|
||||
hin->we_filled = NULL;
|
||||
hin->payload = NULL;
|
||||
|
||||
hin->received_time = time_now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user