We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471e4de commit aa7cdaaCopy full SHA for aa7cdaa
contracts/utils/cryptography/ZKEmailUtils.sol
@@ -28,6 +28,7 @@ import {AbstractSigner} from "./AbstractSigner.sol";
28
library ZKEmailUtils {
29
using CommandUtils for bytes[];
30
using Strings for string;
31
+ using CommandUtils for bytes[];
32
33
/// @dev Enumeration of possible email proof validation errors.
34
enum EmailProofError {
0 commit comments