Skip to content

Commit a9c6e9a

Browse files
committed
f Standardize naming of manual acceptance test for zero fee comms
1 parent 0e4aecc commit a9c6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16123,7 +16123,7 @@ mod tests {
1612316123
}
1612416124

1612516125
#[test]
16126-
fn test_inbound_zero_fee_commitments_acceptance() {
16126+
fn test_inbound_zero_fee_commitments_manual_acceptance() {
1612716127
let mut zero_fee_cfg = test_default_channel_config();
1612816128
zero_fee_cfg.channel_handshake_config.negotiate_anchor_zero_fee_commitments = true;
1612916129
do_test_manual_inbound_accept_with_override(zero_fee_cfg, None);

0 commit comments

Comments
 (0)