There was an error while loading. Please reload this page.
1 parent 5be5c6c commit 33204a1Copy full SHA for 33204a1
1 file changed
src/event.rs
@@ -2080,11 +2080,12 @@ where
2080
"Onion message intercepted, but no onion message mailbox available"
2081
);
2082
}
2083
+ self.liquidity_source
2084
+ .lsps5_service()
2085
+ .notify_onion_message_incoming(peer_node_id);
2086
} else {
2087
log_error!(self.logger, "Onion message intercepted for unknown SCID");
2088
-
- self.liquidity_source.lsps5_service().notify_onion_message_incoming(peer_node_id);
2089
},
2090
LdkEvent::OnionMessagePeerConnected { peer_node_id } => {
2091
if let Some(om_mailbox) = self.om_mailbox.as_ref() {
0 commit comments