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