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 fad983e commit 07c0345Copy full SHA for 07c0345
src/ln/channelmanager.rs
@@ -4874,10 +4874,7 @@ mod tests {
4874
_ => panic!("Unexpected event"),
4875
};
4876
match msg_events[1] {
4877
- MessageSendEvent::PaymentFailureNetworkUpdate { update: msgs::HTLCFailChannelUpdate::NodeFailure { ref node_id, ref is_permanent }} => {
4878
- assert!(is_permanent);
4879
- assert_eq!(*node_id, nodes[1].node.get_our_node_id());
4880
- },
+ MessageSendEvent::PaymentFailureNetworkUpdate { update: msgs::HTLCFailChannelUpdate::ChannelUpdateMessage { .. }} => {},
4881
4882
}
4883
0 commit comments