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
}else{returnErr(APIError::ChannelUnavailable{err:format!("No such channel for the counterparty_node_id {}, as indicated by the short_to_id map", counterparty_node_id)})}
2554
+
}else{returnErr(APIError::ChannelUnavailable{err:format!("No such counterparty_node_id {}, as indicated by the short_to_id map", counterparty_node_id)})}
let err = Err(MsgHandleErrInternal::send_err_msg_no_close(format!("No such channel for the counterparty_node_id {}, as indicated by the short_to_id map", counterparty_node_id), forward_chan_id));
}else{returnErr(MsgHandleErrInternal::send_err_msg_no_close(format!("The peer with node_id {}, was dropped before the signed funding tx was sent to the peer", counterparty_node_id), funding_msg.channel_id))}
0 commit comments