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
if msg.htlc_minimum_msat >= full_channel_value_msat {
1161
1161
returnErr(ChannelError::Close(format!("Minimum htlc value ({}) was larger than full channel value ({})", msg.htlc_minimum_msat, full_channel_value_msat)));
letmut chan = Channel::<InMemorySigner>::new_outbound(&feeest,&&keys_provider, counterparty_node_id,&InitFeatures::known(),10_000_000,100000,42,&config,0,42).unwrap();// Nothing uses their network key in this test
7055
+
letmut chan = Channel::<InMemorySigner>::new_outbound(&LowerBoundedFeeEstimator::new(&feeest),&&keys_provider, counterparty_node_id,&InitFeatures::known(),10_000_000,100000,42,&config,0,42).unwrap();// Nothing uses their network key in this test
7058
7056
chan.holder_dust_limit_satoshis = 546;
7059
7057
chan.counterparty_selected_channel_reserve_satoshis = Some(0);// Filled in in accept_channel
0 commit comments