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
Merge branches '204-audit-bolt2-closing-negotiation' and '204-audit-bolt2-closing-negotiation' of github.com:neonknight64/rust-lightning into 204-audit-bolt2-closing-negotiation
let their_node_id = PublicKey::from_secret_key(&secp_ctx,&SecretKey::from_slice(&secp_ctx,&[42;32]).unwrap());
3988
3989
letmut config = UserConfig::new();
3989
3990
config.channel_options.announced_channel = false;
3990
-
letmut chan = Channel::new_outbound(&feeest,&keys_provider, their_node_id,10000000,100000,42,Arc::clone(&logger),&config).unwrap();// Nothing uses their network key in this test
3991
+
letmut chan = Channel::new_outbound(&feeest,&keys_provider, their_node_id,rng::rand_u832(),10000000,100000,42,Arc::clone(&logger),&config).unwrap();// Nothing uses their network key in this test
0 commit comments