In hashProposal
typehash string we can see uint256 questionId
while in the struct it is bytes32 questionId
, making the hashProposal wrong in regard to EIP712
This has not been
wrong type hashed for questionId
N/A
N/A
N/A
- Non compliance with EIP712 which break README statement: "The contract is expected to strictly comply with EIP-712 and EIP-1271."
- Will cause issues when processing signatures that uses the correct typehash string
N/A
Update the typehash with the correct type bytes32
for questionId