Skip to content

Commit 7a4e4af

Browse files
committed
Merge #520: Remove fixed TODO
cf05787 Remove fixed TODO (sanket1729) Pull request description: This TODO was actually from 255 where the bug was in cast_unlikely, even though the issue is labeled with or_i (my bad for not checking). There is no code for `cast_unlikely` as it is treated as or_i. Addressed in 239efd5 Fixes #268 ACKs for top commit: apoelstra: ACK cf05787 Tree-SHA512: c55236979dfaac3e104edd35eb191be20fe45b6e994a886603d9b9c5559f49723fdaa10f73eaee7e7d6f30170f948f609e0369cd65c3569585675d432661f74a
2 parents 64b2b3d + cf05787 commit 7a4e4af

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)