From 34c61bc762d47ef27782a876a6ae6679e0d3e8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Wed, 27 Nov 2019 22:06:17 +0100 Subject: [PATCH] fix bls lint --- src/publicKey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publicKey.ts b/src/publicKey.ts index 6fef7ca..634c0c3 100644 --- a/src/publicKey.ts +++ b/src/publicKey.ts @@ -1,5 +1,5 @@ import {PrivateKey} from "./privateKey"; -import {BLSPubkey, BLSSignature, Domain, Hash} from "@chainsafe/eth2.0-types"; +import {BLSPubkey, Domain, Hash} from "@chainsafe/eth2.0-types"; import {PublicKeyType} from "@chainsafe/eth2-bls-wasm"; import {getContext} from "./context"; import {PUBLIC_KEY_LENGTH} from "./constants";