fix bls lint

This commit is contained in:
Marin Petrunić 2019-11-27 22:06:17 +01:00
parent 4e7b24b48b
commit 34c61bc762
1 changed files with 1 additions and 1 deletions

View File

@ -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";