Skip to content

Commit

Permalink
Update IVotingStrategy.sol
Browse files Browse the repository at this point in the history
chore: natspec typo
  • Loading branch information
Orland0x authored Jun 19, 2023
1 parent dd54196 commit ac6b81c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/interfaces/IVotingStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ pragma solidity ^0.8.18;
/// @title Voting Strategy Interface
interface IVotingStrategy {
/// @notice Gets the voting power of an address at a given block number.
/// @param blockNumber The snapshot block number to get the voting power at. If a particular voting strategy
/// requires a block number instead of a block number, the strategy should resolve the
/// block number to a block number.
/// @param blockNumber The snapshot block number to get the voting power at.
/// @param voter The address to get the voting power of.
/// @param params The global parameters that can configure the voting strategy for a particular Space.
/// @param userParams The user parameters that can be used in the voting strategy computation.
Expand Down

0 comments on commit ac6b81c

Please sign in to comment.