Skip to content

Commit ce03743

Browse files
committed
f empty, not known
1 parent 1abf133 commit ce03743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl RoutingMessageHandler for IgnoringMessageHandler {
7878
fn handle_query_channel_range(&self, _their_node_id: &PublicKey, _msg: msgs::QueryChannelRange) -> Result<(), LightningError> { Ok(()) }
7979
fn handle_query_short_channel_ids(&self, _their_node_id: &PublicKey, _msg: msgs::QueryShortChannelIds) -> Result<(), LightningError> { Ok(()) }
8080
fn provided_init_features(&self, _their_node_id: &PublicKey) -> InitFeatures {
81-
InitFeatures::known()
81+
InitFeatures::empty()
8282
}
8383
}
8484
impl OnionMessageProvider for IgnoringMessageHandler {

0 commit comments

Comments
 (0)