Skip to content

Commit 7ee2372

Browse files
authored
fix: cn change type to i64 in mxp (#703)
1 parent 80f7edc commit 7ee2372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mxp/cancun/columns/common.lisp

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

44
(defcolumns
55
( MXP_STAMP :i16 )
6-
( CN :i16 )
6+
( CN :i64 )
77
( DECODER :binary@prove )
88
( MACRO :binary@prove )
99
( SCENARIO :binary@prove )

0 commit comments

Comments
 (0)