good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 8694d14e authored by chabashilah's avatar chabashilah Committed by GitHub
Browse files

signer: add bytes32 as valid primitive (#20609)

parent 172f7778
No related branches found
No related tags found
No related merge requests found
......@@ -923,7 +923,9 @@ func isPrimitiveTypeValid(primitiveType string) bool {
primitiveType == "bytes30" ||
primitiveType == "bytes30[]" ||
primitiveType == "bytes31" ||
primitiveType == "bytes31[]" {
primitiveType == "bytes31[]" ||
primitiveType == "bytes32" ||
primitiveType == "bytes32[]" {
return true
}
if primitiveType == "int" ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment