Skip to content

Commit 3cd095e

Browse files
authored
multitoken missing param (#242)
Co-authored-by: Violet Vienhage <>
1 parent 05e3d58 commit 3cd095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/MultiToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contract MultiToken is DataProvider, MultiTokenStorage, IMultiTokenWrite {
1919
// PERMIT_TYPEHASH changes based on function inputs
2020
bytes32 public constant PERMIT_TYPEHASH =
2121
keccak256(
22-
"PermitForAll(address owner,address spender,bool _approved,uint256 nonce,uint256 deadline"
22+
"PermitForAll(address owner,address spender,bool _approved,uint256 nonce,uint256 deadline)"
2323
);
2424

2525
/// @notice Runs the initial deployment code

0 commit comments

Comments
 (0)