Skip to content

Commit 77b8727

Browse files
committed
ras: make it compile
1 parent 008b715 commit 77b8727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hub/osaka/constraints/instruction-handling/call/precompiles/common/generalities.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
;; P256_VERIFY related shorthands sanity checks ;;
268268
;;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~;;
269269

270-
(defproperty precompile-processing---common---address-recovery-success-shorthands-sanity-checks
270+
(defproperty precompile-processing---common---signature-verification-success-shorthands-sanity-checks
271271
(begin
272272
(is-binary (precompile-processing---common---p256-sufficient-gas-wrong-cds))
273273
(is-binary (precompile-processing---common---p256-sig-verification-failure))

hub/osaka/constraints/instruction-handling/call/precompiles/common/success_ECRECOVER_and_P256_VERIFY.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
(defun (precompile-processing---ECRECOVER-and-P256VERIFY---mmu-phase) (+ (* (* PHASE_ECRECOVER_RESULT scenario/PRC_ECRECOVER )
7676
(* PHASE_P256_VERIFY_RESULT scenario/PRC_P256_VERIFY )
77-
))
77+
)))
7878

7979

8080
;;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~;;

0 commit comments

Comments
 (0)