Skip to content

Commit

Permalink
Update smart-contracts/contracts/tokens/UP/UPGovernor.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Genestoux <julien.genestoux@gmail.com>
  • Loading branch information
clemsos and julien51 committed May 22, 2024
1 parent 2a42e60 commit 4465c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smart-contracts/contracts/tokens/UP/UPGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ contract UPGovernor is
_quorum = 30000e18;
}

// quorum set to 30k
function quorum(uint256) public view override returns (uint256) {
return _quorum;
}
Expand Down

0 comments on commit 4465c19

Please sign in to comment.