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.
from_multi_a
1 parent d8cc633 commit 747876eCopy full SHA for 747876e
src/miniscript/types/extra_props.rs
@@ -249,7 +249,7 @@ impl Property for ExtData {
249
ops_count_nsat: Some(n + 1),
250
stack_elem_count_sat: Some(n),
251
stack_elem_count_dissat: Some(n),
252
- max_sat_size: Some(((n - k) + 64 * k, (n - k) + 64 * k)),
+ max_sat_size: Some(((n - k) + 66 * k, (n - k) + 66 * k)),
253
max_dissat_size: Some((n, n)),
254
timelock_info: TimeLockInfo::default(),
255
exec_stack_elem_count_sat: Some(2), // the two nums before num equal verify
0 commit comments