Skip to content

Commit

Permalink
Merge pull request #3172 from tnull/2024-07-revert-gossip-query-patch
Browse files Browse the repository at this point in the history
Revert "Signal `GossipQuery` support when using `IgnoringMessagHandler`"
  • Loading branch information
valentinewallace authored Jul 15, 2024
2 parents dd5d297 + 5a39cc2 commit 3dedbd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lightning/src/ln/peer_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ impl RoutingMessageHandler for IgnoringMessageHandler {
fn handle_query_short_channel_ids(&self, _their_node_id: &PublicKey, _msg: msgs::QueryShortChannelIds) -> Result<(), LightningError> { Ok(()) }
fn provided_node_features(&self) -> NodeFeatures { NodeFeatures::empty() }
fn provided_init_features(&self, _their_node_id: &PublicKey) -> InitFeatures {
let mut features = InitFeatures::empty();
features.set_gossip_queries_optional();
features
InitFeatures::empty()
}
fn processing_queue_high(&self) -> bool { false }
}
Expand Down

0 comments on commit 3dedbd5

Please sign in to comment.