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:
Rusty Russell
2019-10-08 11:53:24 +10:30
committed by neil saitug
parent 4dcb7df83e
commit 1f2a03f019
9 changed files with 80 additions and 1 deletions

View File

@@ -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 */