mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
gossipd: hand (any) timestamps through to callback for query_channel_range.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
4dcb7df83e
commit
1f2a03f019
@@ -6,6 +6,7 @@
|
||||
#include <common/bigsize.h>
|
||||
|
||||
struct tlv_query_short_channel_ids_tlvs_query_flags;
|
||||
struct tlv_reply_channel_range_tlvs_timestamps_tlv;
|
||||
|
||||
/* BOLT #7:
|
||||
*
|
||||
@@ -44,4 +45,7 @@ enum scid_query_flag {
|
||||
bigsize_t *decode_scid_query_flags(const tal_t *ctx,
|
||||
const struct tlv_query_short_channel_ids_tlvs_query_flags *qf);
|
||||
|
||||
struct channel_update_timestamps *decode_channel_update_timestamps(const tal_t *ctx,
|
||||
const struct tlv_reply_channel_range_tlvs_timestamps_tlv *timestamps_tlv);
|
||||
|
||||
#endif /* LIGHTNING_COMMON_DECODE_ARRAY_H */
|
||||
|
||||
Reference in New Issue
Block a user