mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Revert "Signal GossipQuery
support when using IgnoringMessagHandler
"
This reverts commit 843079df72
.
This commit is contained in:
parent
78c0eaae55
commit
5a39cc2b19
1 changed files with 1 additions and 3 deletions
|
@ -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 }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue