per-peer-daemons: tie in gossip filter.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-09-06 15:39:36 +09:30
committed by Christian Decker
parent 5292f11818
commit c99906a9a9
13 changed files with 33 additions and 3 deletions

View File

@@ -16,10 +16,12 @@ DEVTOOLS_COMMON_OBJS := \
common/crypto_state.o \
common/decode_short_channel_ids.o \
common/features.o \
common/gossip_rcvd_filter.o \
common/hash_u5.o \
common/memleak.o \
common/node_id.o \
common/per_peer_state.o \
common/pseudorand.o \
common/json.o \
common/json_helpers.o \
common/type_to_string.o \