We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64f159 commit 2465ccaCopy full SHA for 2465cca
specs/experimental/gov-proposal-validator.md
@@ -71,7 +71,7 @@ Note: `MaintenanceUpgradeProposals`type can move straight to voting if all submi
71
function submitProposal(
72
address[] memory _targets,
73
uint256[] memory _values,
74
- bytes[] memory _calldata,
+ bytes[] memory _calldatas,
75
string memory _description,
76
ProposalType _proposalType,
77
uint8 _proposalTypeConfiguration,
@@ -97,7 +97,7 @@ function submitFundingProposal(
97
address _to,
98
uint256 _amount,
99
100
- ProposalType _proposalType,
+ ProposalType _proposalType,
101
uint8 _proposalTypeConfiguration
102
) external returns (bytes32 proposalHash_);
103
```
0 commit comments