Skip to content

Commit

Permalink
fix(blockdata): global constants test
Browse files Browse the repository at this point in the history
  • Loading branch information
amkCha committed Jan 16, 2025
1 parent 24c71a5 commit b342005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockdata/processing/gaslimit/constants-ethereum.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(module blockdata)

;; TODO add reference to global constants
(defconst GAS_LIMIT_MINIMUM 5000)
(defconst GAS_LIMIT_MAXIMUM 0xffffffffffffffff)
(defconst GAS_LIMIT_MINIMUM ETHEREUM_GAS_LIMIT_MINIMUM)
(defconst GAS_LIMIT_MAXIMUM ETHEREUM_GAS_LIMIT_MAXIMUM)

0 comments on commit b342005

Please sign in to comment.