From cf0578798e2d774b41f5c8b72628c539ea9e2a6a Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Tue, 17 Jan 2023 13:54:37 -0800 Subject: [PATCH] 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 239efd55387f1d893e6ac4e602ca11454785c375 --- src/miniscript/types/extra_props.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/miniscript/types/extra_props.rs b/src/miniscript/types/extra_props.rs index a1ba8b9f7..2beb5bfb3 100644 --- a/src/miniscript/types/extra_props.rs +++ b/src/miniscript/types/extra_props.rs @@ -709,7 +709,6 @@ impl Property for ExtData { (None, None) => None, }, timelock_info: TimelockInfo::combine_or(l.timelock_info, r.timelock_info), - // TODO: fix elem count dissat bug exec_stack_elem_count_sat: cmp::max( l.exec_stack_elem_count_sat, r.exec_stack_elem_count_sat,