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
return Err(ChannelError::close(format!("Configured with an unreasonable our_to_self_delay ({}) putting user funds at risks. It must be greater than {}", config.channel_handshake_config.our_to_self_delay, BREAKDOWN_TIMEOUT)));
3564
3564
}
3565
3565
3566
-
// Check sanity of message fields:
3567
-
if channel_value_satoshis > config.channel_handshake_limits.max_funding_satoshis {
3568
-
return Err(ChannelError::close(format!(
3569
-
"Per our config, funding must be at most {}. It was {}. Peer contribution: {}. Our contribution: {}",
0 commit comments