We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c013478 commit 58d0ca3Copy full SHA for 58d0ca3
lightning/src/chain/package.rs
@@ -1030,8 +1030,7 @@ impl PackageTemplate {
1030
// We should apply a smart heuristic here based on the HTLCs in the commitment
1031
// transaction, but we don't currently have that information available so
1032
// instead we just bump once per block.
1033
- height_timer =
1034
- cmp::min(height_timer, current_height + HIGH_FREQUENCY_BUMP_INTERVAL);
+ height_timer = current_height + HIGH_FREQUENCY_BUMP_INTERVAL;
1035
},
1036
}
1037
0 commit comments