We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00454 commit 534e734Copy full SHA for 534e734
romlex/constraints.lisp
@@ -20,5 +20,5 @@
20
(begin (eq! CODE_HASH_HI EMPTY_KECCAK_HI)
21
(eq! CODE_HASH_LO EMPTY_KECCAK_LO)))
22
23
-(defstrictsorted cfi-strict-lexicographic-order (~ CFI)
+(defstrictsorted cfi-strict-lexicographic-order (prev CFI)
24
((+ ADDRESS_HI) (+ ADDRESS_LO) (+ DEPLOYMENT_NUMBER) (- DEPLOYMENT_STATUS)))
0 commit comments