We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce348c commit cb73188Copy full SHA for cb73188
1 file changed
src/event.rs
@@ -1832,11 +1832,12 @@ where
1832
"Onion message intercepted, but no onion message mailbox available"
1833
);
1834
}
1835
+ self.liquidity_source
1836
+ .lsps5_service()
1837
+ .notify_onion_message_incoming(peer_node_id);
1838
} else {
1839
log_error!(self.logger, "Onion message intercepted for unknown SCID");
1840
-
- self.liquidity_source.lsps5_service().notify_onion_message_incoming(peer_node_id);
1841
},
1842
LdkEvent::OnionMessagePeerConnected { peer_node_id } => {
1843
if let Some(om_mailbox) = self.om_mailbox.as_ref() {
0 commit comments