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
Remove some useless tests in functional_tests and reject huge chans
In general we shouldn't have tests lying around that are useless as
its not genuinely testing anything and may break due to harmless
protocol changes. Here, we drop a few useless tests.
let node0_to_1_send_open_channel = get_event_msg!(nodes[0],MessageSendEvent::SendOpenChannel, node_b_id);
4691
4679
4692
4680
// BOLT #2 spec: Sending node should set to_self_delay sufficient to ensure the sender can irreversibly spend a commitment transaction output, in case of misbehaviour by the receiver.
// BOLT #2 spec: Sending node must set funding_pubkey, revocation_basepoint, htlc_basepoint, payment_basepoint, and delayed_payment_basepoint to valid DER-encoded, compressed, secp256k1 pubkeys.
0 commit comments