Commit c01745e
committed
Fix
The current `cmp::max` doesnt align with the function comment, ie its
comparing 2530 and `feerate_plus_quarter` instead of `feerate_per_kw
+ 2530` and `feerate_plus_quarter` which is fixed in this commitcmp::max execution in ChannelContext::get_dust_buffer_feerate
1 parent 3a9fe20 commit c01745e
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2730 | 2730 | | |
2731 | 2731 | | |
2732 | 2732 | | |
2733 | | - | |
| 2733 | + | |
2734 | 2734 | | |
2735 | 2735 | | |
2736 | 2736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9950 | 9950 | | |
9951 | 9951 | | |
9952 | 9952 | | |
9953 | | - | |
| 9953 | + | |
| 9954 | + | |
| 9955 | + | |
| 9956 | + | |
9954 | 9957 | | |
9955 | 9958 | | |
9956 | 9959 | | |
| |||
0 commit comments