You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an upcoming commit, we will need to repurpose this logic when, as a static
invoice server node, we update our support for forwarding invoice requests from
payers to often-offline recipients. We currently treat these forwarded invreqs
as outbound onion messages that are initiated by our node, when they should
really be treated as forwarded onion messages.
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202".to_string())),Some(&1));
433
+
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202 when forwarding peeled onion message from 020000000000000000000000000000000000000000000000000000000000000002".to_string())),Some(&1));
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202".to_string())),Some(&1));
474
+
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202 when forwarding peeled onion message from 020000000000000000000000000000000000000000000000000000000000000002".to_string())),Some(&1));
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202".to_string())),Some(&1));
515
+
assert_eq!(log_entries.get(&("lightning::onion_message::messenger".to_string(),"Forwarding an onion message to peer 020202020202020202020202020202020202020202020202020202020202020202 when forwarding peeled onion message from 020000000000000000000000000000000000000000000000000000000000000002".to_string())),Some(&1));
0 commit comments