We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataHash
data
It is not enforced that dataHash is the hash of data. It would make sense to add a require for this to avoid unexpected behaviour.
Reference: https://github.com/safe-global/safe-contracts/blob/3c3fc80f7f9aef1d39aaae2b53db5f4490051b0d/contracts/Safe.sol#L286-L316
The text was updated successfully, but these errors were encountered:
mmv08
No branches or pull requests
It is not enforced that
dataHash
is the hash ofdata
. It would make sense to add a require for this to avoid unexpected behaviour.Reference: https://github.com/safe-global/safe-contracts/blob/3c3fc80f7f9aef1d39aaae2b53db5f4490051b0d/contracts/Safe.sol#L286-L316
The text was updated successfully, but these errors were encountered: