move utils away from lodestar

This commit is contained in:
Marin Petrunić 2019-09-20 15:29:46 +02:00
parent 4b488a097b
commit 9efe9d33fd
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import {Keypair} from "../../src/keypair";
import {sha256} from "js-sha256"; import {sha256} from "js-sha256";
import {G2point} from "../../src/helpers/g2point"; import {G2point} from "../../src/helpers/g2point";
import {expect} from "chai"; import {expect} from "chai";
import {describe, it} from "mocha";
describe("test bls", function () { describe("test bls", function () {