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 d1fdbaa commit ef6803fCopy full SHA for ef6803f
src/miniscript/types/extra_props.rs
@@ -90,7 +90,7 @@ impl TimeLockInfo {
90
|mut timelock_info, sub_timelock| {
91
// If more than one branch may be taken, and some other branch has a requirement
92
// that conflicts with this one, set `contains_combination`
93
- if k >= 2 {
+ if k > 1 {
94
timelock_info.contains_combination |= (timelock_info.csv_with_height
95
&& sub_timelock.csv_with_time)
96
|| (timelock_info.csv_with_time && sub_timelock.csv_with_height)
0 commit comments