Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 11, 2024
1 parent c0e69f2 commit 59ea727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contracts/src/Admin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ contract Admin is IMembership, PluginCloneable, ProposalUpgradeable {
}

/// @inheritdoc IProposal
/// @dev Admin doesn't allow creating a proposal, so we return empty string.
function createProposalParamsABI() external pure override returns (string memory) {
function customProposalParamsABI() external pure override returns (string memory) {
return "(uint256 allowFailureMap)";
}

Expand Down

0 comments on commit 59ea727

Please sign in to comment.