Skip to content

Commit

Permalink
Update packages/contracts/src/MajorityVotingBase.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Jør∂¡ <[email protected]>
  • Loading branch information
novaknole and brickpop authored Oct 8, 2024
1 parent 4f86c7c commit f316675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/src/MajorityVotingBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ abstract contract MajorityVotingBase is
VotingSettings calldata _votingSettings,
TargetConfig calldata _targetConfig,
uint256 _minApprovals,
bytes calldata _metadata
bytes calldata _pluginMetadata
) internal onlyInitializing {
__PluginUUPSUpgradeable_init(_dao);
_updateVotingSettings(_votingSettings);
_updateMinApprovals(_minApprovals);
_setTargetConfig(_targetConfig);
_updateMetadata(_metadata);
_updateMetadata(_pluginMetadata);
}

/// @notice Checks if this or the parent contract supports an interface by its ID.
Expand Down

0 comments on commit f316675

Please sign in to comment.