Skip to content

Commit 32d92a1

Browse files
committed
fix: Osaka's TXN_DATA requires CT and CT_MAX to be i5
1 parent c07e079 commit 32d92a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

txndata/osaka/columns/common.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
( HUB :binary@prove )
2323
( RLP :binary@prove )
2424
;; heartbeat
25-
( CT :i4 )
26-
( CT_MAX :i4 )
25+
( CT :i5 )
26+
( CT_MAX :i5 )
2727
( GAS_CUMULATIVE :i128 )
2828
)
2929

0 commit comments

Comments
 (0)