Skip to content

Commit

Permalink
fix: permit cast (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Sep 17, 2024
1 parent fe69dc1 commit 773af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenizedStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ contract TokenizedStrategy {
keccak256(
"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)"
),
keccak256(bytes("Yearn Vault")),
keccak256("Yearn Vault"),
keccak256(bytes(API_VERSION)),
block.chainid,
address(this)
Expand Down

0 comments on commit 773af25

Please sign in to comment.