Skip to content

Commit

Permalink
Rename the enforce_stack_size_limit option (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored May 31, 2024
1 parent a47cc4b commit b9c27b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fri/bitcoin_script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ mod test {
verify_cltv: true,
verify_csv: true,
verify_minimal_if: true,
enforce_stack_size_limit: false,
enforce_stack_limit: false,
experimental: Experimental { op_cat: true },
},
TxTemplate {
Expand Down

0 comments on commit b9c27b5

Please sign in to comment.