Skip to content

Commit 24c71a5

Browse files
authored
fix: refactor negative-of-blockhash-depth (#564)
1 parent b2730fc commit 24c71a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockhash/constraints.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
(* (- 1 PRPRC) (next PRPRC))))
2222
(defun (ct-max-sum) (+ (* (- nROWS_MACRO 1) MACRO)
2323
(* (- nROWS_PRPRC 1) PRPRC)))
24-
(defun (negative-of-blockhash-depth) (- 0 BLOCKHASH_DEPTH))
24+
(defpurefun (negative-of-blockhash-depth) (- 0 BLOCKHASH_DEPTH))
2525

2626
;;;;;;;;;;;;;;;;;;;;;;;;;
2727
;; ;;

0 commit comments

Comments
 (0)