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
returnErr(HandleError{err:"Peer sent funding_locked when we needed a channel_reestablish",action:Some(msgs::ErrorAction::SendErrorMessage{msg: msgs::ErrorMessage{data:"Peer sent funding_locked when we needed a channel_reestablish".to_string(),channel_id: msg.channel_id}})});
1392
+
returnErr(ChannelError::Close("Peer sent funding_locked when we needed a channel_reestablish"));
1393
1393
}
1394
1394
let non_shutdown_state = self.channel_state&(!BOTH_SIDES_SHUTDOWN_MASK);
1395
1395
if non_shutdown_state == ChannelState::FundingSentasu32{
0 commit comments