Skip to content

Commit ad00454

Browse files
fix(refTest): size of block data gas limit (#611)
Signed-off-by: F Bojarski <[email protected]>
1 parent 9825f68 commit ad00454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockdata/columns.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(INST :byte :display :opcode)
1515
(COINBASE_HI :i32)
1616
(COINBASE_LO :i128)
17-
(BLOCK_GAS_LIMIT :i32)
17+
(BLOCK_GAS_LIMIT :i64) ;;i32 is enough for Linea, not for reference tests
1818
(BASEFEE :i64)
1919
(FIRST_BLOCK_NUMBER :i48)
2020
(REL_BLOCK :i16)

0 commit comments

Comments
 (0)