diff --git a/src/blst/publicKey.ts b/src/blst/publicKey.ts index d0ecff2..3e89b61 100644 --- a/src/blst/publicKey.ts +++ b/src/blst/publicKey.ts @@ -1,7 +1,7 @@ import * as blst from "@chainsafe/blst"; import {EmptyAggregateError, ZeroPublicKeyError} from "../errors"; import {bytesToHex, hexToBytes} from "../helpers"; -import {CoordType, PointFormat, PublicKey as IPublicKey} from "../interface"; +import {PointFormat, PublicKey as IPublicKey} from "../interface"; export class PublicKey extends blst.PublicKey implements IPublicKey { constructor(value: ConstructorParameters[0]) {