Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 4, 2024
1 parent 50411cd commit ffb1c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/Admin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ contract Admin is IMembership, PluginCloneable, ProposalUpgradeable {
}

/// @inheritdoc IProposal
function canExecute(uint256) public view virtual override returns (bool) {
function hasSucceeded(uint256) public view virtual override returns (bool) {
return true;
}

Expand Down

0 comments on commit ffb1c35

Please sign in to comment.