Skip to content

Commit

Permalink
fix(logdata): useless constraints (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles authored May 28, 2024
1 parent e4a3e05 commit 89a0345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logdata/columns.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(defcolumns
(ABS_LOG_NUM_MAX :i24)
(ABS_LOG_NUM :i24)
(LOGS_DATA :binary@prove)
(LOGS_DATA :binary)
(SIZE_TOTAL :i32)
(SIZE_ACC :i32)
(SIZE_LIMB :byte)
Expand Down
2 changes: 1 addition & 1 deletion logdata/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

(defconstraint log-constancies ()
(begin (log-constancy SIZE_TOTAL)
(log-constancy LOGS_DATA)))
(debug (log-constancy LOGS_DATA))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
Expand Down

0 comments on commit 89a0345

Please sign in to comment.