Skip to content

Commit edacf95

Browse files
Update contracts/ExclusiveGeyser.sol
Co-authored-by: Brandon Iles <[email protected]>
1 parent 9058c53 commit edacf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ExclusiveGeyser.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contract ExclusiveGeyser is Geyser {
1818
bytes calldata permission
1919
) public override {
2020
// DISABLING STAKING
21-
require(false, "Staking disabled");
21+
revert("Staking disabled");
2222

2323
// verify that vault isn't staking the same tokens in multiple programs
2424
_enforceExclusiveStake(IUniversalVault(vault), amount);

0 commit comments

Comments
 (0)