Skip to content

Commit c6f0682

Browse files
committed
Remove typo in lowest_fee comment
1 parent 76e67a3 commit c6f0682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics/lowest_fee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl BnbMetric for LowestFee {
3535
fee_for_the_tx > 0,
3636
"must not be called unless selection has met target"
3737
);
38-
// Why `spend_fee` rounds up here. We could use floats but I felt it was just better to
38+
// `spend_fee` rounds up here. We could use floats but I felt it was just better to
3939
// accept the extra 1 sat penality to having a change output
4040
let fee_for_spending_drain = drain.weights.spend_fee(self.long_term_feerate);
4141
fee_for_the_tx as u64 + fee_for_spending_drain

0 commit comments

Comments
 (0)