We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9058c53 commit edacf95Copy full SHA for edacf95
contracts/ExclusiveGeyser.sol
@@ -18,7 +18,7 @@ contract ExclusiveGeyser is Geyser {
18
bytes calldata permission
19
) public override {
20
// DISABLING STAKING
21
- require(false, "Staking disabled");
+ revert("Staking disabled");
22
23
// verify that vault isn't staking the same tokens in multiple programs
24
_enforceExclusiveStake(IUniversalVault(vault), amount);
0 commit comments