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::ProcessingError{ err:"Peer attempted to reestablish channel with a very old local commitment transaction".to_string()});
7385
-
assert_eq!(check_closed_broadcast!(nodes[1],true).unwrap().data,"Peer attempted to reestablish channel with a very old local commitment transaction");
7386
-
check_added_monitors!(nodes[1],1);
7383
+
// Check if we sent the warning message when we detecting that A is fallen-behind,
7384
+
// and we give the possibility to A to be able to recover from error.
7385
+
for msg in nodes[1].node.get_and_clear_pending_msg_events(){
0 commit comments