connectd: remove handling of push only gossip

This is now handled by gossipd on initial connection to peer.
This commit is contained in:
Alex Myers
2023-03-23 16:59:39 -05:00
committed by ShahanaFarooqui
parent 6a446a94c6
commit bec8586dce
3 changed files with 0 additions and 5 deletions

View File

@@ -13,7 +13,6 @@
u8 *gossip_store_next(const tal_t *ctx,
int *gossip_store_fd,
u32 timestamp_min, u32 timestamp_max,
bool push_only,
bool with_spam,
size_t *off, size_t *end);