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
I get the following error when compiling the file:
$ solc --optimize --bin-runtime --evm-version=byzantium -o . ./ValidatorSmartContractAllowList.sol
Warning: Visibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient.
--> ValidatorSmartContractAllowList.sol:49:5:
|
49 | constructor (address[] memory initialAccounts, address[] memory initialValidators) public {
| ^ (Relevant source part starts here and spans across multiple lines).
Deleting public appears to work.
The text was updated successfully, but these errors were encountered:
I get the following error when compiling the file:
Deleting
public
appears to work.The text was updated successfully, but these errors were encountered: