File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -784,6 +784,8 @@ func isPrimitiveTypeValid(primitiveType string) bool {
784784 primitiveType == "int32[]" ||
785785 primitiveType == "int64" ||
786786 primitiveType == "int64[]" ||
787+ primitiveType == "int96" ||
788+ primitiveType == "int96[]" ||
787789 primitiveType == "int128" ||
788790 primitiveType == "int128[]" ||
789791 primitiveType == "int256" ||
@@ -800,6 +802,8 @@ func isPrimitiveTypeValid(primitiveType string) bool {
800802 primitiveType == "uint32[]" ||
801803 primitiveType == "uint64" ||
802804 primitiveType == "uint64[]" ||
805+ primitiveType == "uint96" ||
806+ primitiveType == "uint96[]" ||
803807 primitiveType == "uint128" ||
804808 primitiveType == "uint128[]" ||
805809 primitiveType == "uint256" ||
You can’t perform that action at this time.
0 commit comments