Skip to content

Commit

Permalink
Update packages/contracts/src/TokenVoting.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 f316675 commit ccfa5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/TokenVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ contract TokenVoting is IMembership, MajorityVotingBase {
IVotesUpgradeable _token,
TargetConfig calldata _targetConfig,
uint256 _minApprovals,
bytes calldata _metadata
bytes calldata _pluginMetadata

Check warning on line 50 in packages/contracts/src/TokenVoting.sol

View workflow job for this annotation

GitHub Actions / checks

Variable "_pluginMetadata" is unused

Check warning on line 50 in packages/contracts/src/TokenVoting.sol

View workflow job for this annotation

GitHub Actions / formatting-linting / checks

Variable "_pluginMetadata" is unused

Check warning on line 50 in packages/contracts/src/TokenVoting.sol

View workflow job for this annotation

GitHub Actions / formatting-linting / checks

Variable "_pluginMetadata" is unused
) external onlyCallAtInitialization reinitializer(2) {
__MajorityVotingBase_init(_dao, _votingSettings, _targetConfig, _minApprovals, _metadata);

Expand Down

0 comments on commit ccfa5d9

Please sign in to comment.