Skip to content

Commit 055d6a3

Browse files
committed
f sp
1 parent 3081144 commit 055d6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ fn test_update_fee_that_funder_cannot_afford() {
617617
}
618618

619619
{
620-
// Increment the feerate by a small constant, accouting for rounding errors
620+
// Increment the feerate by a small constant, accounting for rounding errors
621621
let mut feerate_lock = chanmon_cfgs[0].fee_estimator.sat_per_kw.lock().unwrap();
622622
*feerate_lock += 4;
623623
}

0 commit comments

Comments
 (0)