channeld: take over gossip_rcvd_filter.c and is_msg_gossip_broadcast.

channeld is the only user of these functions, since it now streams
all gossip itself.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-06-16 17:02:39 +09:30
parent ecdfbbf359
commit 7c8dc62035
18 changed files with 64 additions and 74 deletions

View File

@@ -25,7 +25,6 @@ DEVTOOLS_COMMON_OBJS := \
common/decode_array.o \
common/features.o \
common/fee_states.o \
common/gossip_rcvd_filter.o \
common/hash_u5.o \
common/hmac.o \
common/htlc_state.o \