diff --git a/smart-contracts/contracts/tokens/UP/UPGovernor.sol b/smart-contracts/contracts/tokens/UP/UPGovernor.sol index 99b9bd8e9bd..f1496ad3e17 100644 --- a/smart-contracts/contracts/tokens/UP/UPGovernor.sol +++ b/smart-contracts/contracts/tokens/UP/UPGovernor.sol @@ -42,7 +42,6 @@ contract UPGovernor is _quorum = 30000e18; } - // quorum set to 30k function quorum(uint256) public view override returns (uint256) { return _quorum; }