Skip to content

Commit aa7cdaa

Browse files
committed
Readd refactored _commandMatch
1 parent 471e4de commit aa7cdaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/utils/cryptography/ZKEmailUtils.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import {AbstractSigner} from "./AbstractSigner.sol";
2828
library ZKEmailUtils {
2929
using CommandUtils for bytes[];
3030
using Strings for string;
31+
using CommandUtils for bytes[];
3132

3233
/// @dev Enumeration of possible email proof validation errors.
3334
enum EmailProofError {

0 commit comments

Comments
 (0)