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 0ad8980 commit fdb4deaCopy full SHA for fdb4dea
lightning/src/onion_message/messenger.rs
@@ -482,9 +482,6 @@ where
482
OMH::Target: OffersMessageHandler,
483
CMH::Target: CustomOnionMessageHandler,
484
{
485
- /// Handle an incoming onion message. Currently, if a message was destined for us we will log, but
486
- /// soon we'll delegate the onion message to a handler that can generate invoices or send
487
- /// payments.
488
fn handle_onion_message(&self, _peer_node_id: &PublicKey, msg: &OnionMessage) {
489
let control_tlvs_ss = match self.node_signer.ecdh(Recipient::Node, &msg.blinding_point, None) {
490
Ok(ss) => ss,
0 commit comments