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(ChannelError::Close("Channel Type was not understood".to_owned()));
1090
1098
}
1091
1099
if announced_channel {
@@ -7730,13 +7738,10 @@ mod tests {
7730
7738
let keys_provider = test_utils::TestKeysInterface::new(&seed, network);
7731
7739
let logger = test_utils::TestLogger::new();
7732
7740
7733
-
// Create Node A's channel pointing to Node B's pubkey
7734
7741
let node_b_node_id = PublicKey::from_secret_key(&secp_ctx,&SecretKey::from_slice(&[42;32]).unwrap());
7735
7742
let config = UserConfig::default();
7736
7743
let node_a_chan = Channel::<EnforcingSigner>::new_outbound(&&feeest,&&keys_provider, node_b_node_id,&InitFeatures::known(),10000000,100000,42,&config,0,42).unwrap();
0 commit comments