Skip to content

Commit

Permalink
fix: make BLOCKHASH constraint non debug
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB committed Jan 6, 2025
1 parent e03a3c8 commit b2457b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockhash/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
(begin
(vanishes! CT)
(vanishes! (next PRPRC))
(debug (vanishes! (next CT)))
(vanishes! (next CT))
(debug (vanishes! macro/BLOCKHASH_ARG_HI))
(debug (vanishes! macro/BLOCKHASH_ARG_LO))
(debug (vanishes! macro/BLOCKHASH_VAL_HI))
Expand Down

0 comments on commit b2457b1

Please sign in to comment.