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
Write contract interface parses bytes32 as address.
In a bytes32 field enter some valid bytes32 but an invalid address value, validation error will be shown.
Bytes32 fields should accept any valid bytes32 value.
Bytes32 fields only accept valid address value.
The text was updated successfully, but these errors were encountered:
tx-nikola
No branches or pull requests
🐛 Bug Report
📝 Description
Write contract interface parses bytes32 as address.
🔄 Reproduction Steps
In a bytes32 field enter some valid bytes32 but an invalid address value, validation error will be shown.
🤔 Expected Behavior
Bytes32 fields should accept any valid bytes32 value.
😯 Current Behavior
Bytes32 fields only accept valid address value.
The text was updated successfully, but these errors were encountered: