We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4aecc commit a9c6e9aCopy full SHA for a9c6e9a
lightning/src/ln/channelmanager.rs
@@ -16123,7 +16123,7 @@ mod tests {
16123
}
16124
16125
#[test]
16126
- fn test_inbound_zero_fee_commitments_acceptance() {
+ fn test_inbound_zero_fee_commitments_manual_acceptance() {
16127
let mut zero_fee_cfg = test_default_channel_config();
16128
zero_fee_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
16129
do_test_manual_inbound_accept_with_override(zero_fee_cfg, None);
0 commit comments