Skip to content

Commit 6ab70e1

Browse files
committed
f Fix typo in update fee test
1 parent 0c709f8 commit 6ab70e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/update_fee_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ pub fn do_can_afford_given_trimmed_htlcs(inequality_regions: core::cmp::Ordering
13771377
}
13781378

13791379
#[test]
1380-
pub fn test_zero_fee_commiments_no_update_fee() {
1380+
pub fn test_zero_fee_commitments_no_update_fee() {
13811381
// Tests that option_zero_fee_commitment channels do not sent update_fee messages, and that
13821382
// they'll disconnect and warn if they receive them.
13831383
let mut cfg = test_default_channel_config();

0 commit comments

Comments
 (0)