Skip to content

Commit

Permalink
use encodeCall
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Dec 29, 2023
1 parent e7a3205 commit bcf5383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ contract NomineeGovernorV2UpgradeActionTemplate {
SecurityCouncilNomineeElectionGovernor(payable(nomineeElectionGovernorProxy)).relay(
nomineeElectionGovernorProxy,
0,
abi.encodeWithSelector(GovernorSettingsUpgradeable.setVotingDelay.selector, votingDelay)
abi.encodeCall(GovernorSettingsUpgradeable.setVotingDelay, (votingDelay))
);

// set the new constitution hash
Expand Down

0 comments on commit bcf5383

Please sign in to comment.