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 e3bc8c3 commit 9b548bcCopy full SHA for 9b548bc
lightning/src/ln/async_payments_tests.rs
@@ -730,7 +730,7 @@ fn timeout_unreleased_payment() {
730
server.onion_messenger.next_onion_message_for_peer(sender.node.get_our_node_id()).unwrap();
731
732
// We handle the static invoice to held the pending HTLC
733
- sender.onion_messenger.handle_onion_message(sender.node.get_our_node_id(), &static_invoice_om);
+ sender.onion_messenger.handle_onion_message(server.node.get_our_node_id(), &static_invoice_om);
734
735
// We advance enough time to expire the payment.
736
// We add 2 hours as is the margin added to remove stale payments in non-std implementation.
0 commit comments