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 3f70b5e commit dfe0cdfCopy full SHA for dfe0cdf
lightning/src/chain/channelmonitor.rs
@@ -480,7 +480,7 @@ impl OnchainEventEntry {
480
}
481
482
fn has_reached_confirmation_threshold(&self, height: u32) -> bool {
483
- self.confirmation_threshold() == height
+ height >= self.confirmation_threshold()
484
485
486
lightning/src/ln/onchaintx.rs
@@ -54,7 +54,7 @@ impl OnchainEventEntry {
54
55
56
57
58
59
60
0 commit comments