Skip to content

Commit

Permalink
Fix outdated signatures typehash
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Aug 28, 2023
1 parent b25139e commit 1cc8907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/keeper/KeeperValidators.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract contract KeeperValidators is KeeperOracles, KeeperRewards, IKeeperValid

bytes32 private constant _updateExitSigTypeHash =
keccak256(
'KeeperValidators(address vault,bytes32 exitSignaturesIpfsHash,uint256 nonce,uint256 deadline)'
'KeeperValidators(address vault,string exitSignaturesIpfsHash,uint256 nonce,uint256 deadline)'
);

IValidatorsRegistry private immutable _validatorsRegistry;
Expand Down

0 comments on commit 1cc8907

Please sign in to comment.