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 aa7cdaa commit 190f0b3Copy full SHA for 190f0b3
contracts/utils/cryptography/ZKEmailUtils.sol
@@ -28,7 +28,6 @@ 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