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
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg: format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id())});
357
+
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:UntrustedString(format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id()))});
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg: format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id())});
522
+
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:UntrustedString(format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id()))});
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg: format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id())});
570
+
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:UntrustedString(format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id()))});
nodes[0].node.test_process_background_events();// Required to free the pending background monitor update
369
370
check_added_monitors!(nodes[0],1);
370
371
let expected_err = "Funding transaction was un-confirmed. Locked at 6 confs, now have 0 confs.";
371
-
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:"Channel closed because of an exception: ".to_owned() + expected_err });
372
+
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:UntrustedString(format!("Channel closed because of an exception: {}",expected_err))});
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg: format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id())});
384
+
check_closed_event!(nodes[1],1,ClosureReason::CounterpartyForceClosed{ peer_msg:UntrustedString(format!("Got a message for a channel from the wrong node! No such channel for the passed counterparty_node_id {}",&nodes[1].node.get_our_node_id()))});
0 commit comments