You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brownie run scripts/governance_standard/deploy_and_run.py
Brownie v1.19.0 - Python development framework for Ethereum
New compatible solc version available: 0.8.14
Compiling contracts...
Solc version: 0.8.14
Optimizer: Enabled Runs: 200
EVM Version: Istanbul
CompilerError: solc returned the following errors:
TypeError: Data locations of parameters have to be the same when overriding non-external functions, but they differ.
--> /Users/tinytaplife/.brownie/packages/OpenZeppelin/[email protected]/contracts/governance/Governor.sol:92:5:
|
92 | function hashProposal(
| ^ (Relevant source part starts here and spans across multiple lines).
Note: Overridden function is here:
--> /Users/tinytaplife/.brownie/packages/OpenZeppelin/[email protected]/contracts/governance/IGovernor.sol:91:5:
|
91 | function hashProposal(
| ^ (Relevant source part starts here and spans across multiple lines).
The text was updated successfully, but these errors were encountered:
Followed instruction, got bug
The text was updated successfully, but these errors were encountered: