Skip to content

Commit cf05787

Browse files
committed
Remove fixed TODO
This TODO was actually from 255 where the bug was in cast_unlikely, even though the issue is labbelled with or_i (my bad for not checking). There is no code for `cast_unlikely` as it treated as or_i. Addressed in 239efd5
1 parent 64b2b3d commit cf05787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/miniscript/types/extra_props.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ impl Property for ExtData {
709709
(None, None) => None,
710710
},
711711
timelock_info: TimelockInfo::combine_or(l.timelock_info, r.timelock_info),
712-
// TODO: fix elem count dissat bug
713712
exec_stack_elem_count_sat: cmp::max(
714713
l.exec_stack_elem_count_sat,
715714
r.exec_stack_elem_count_sat,

0 commit comments

Comments
 (0)