Merge pull request #1220 from filecoin-project/fix/other-commands

Fix lotus-seed with sigs changes
This commit is contained in:
Łukasz Magiera
2020-02-04 23:53:51 +01:00
committed by GitHub
+3
View File
@@ -8,6 +8,9 @@ import (
"encoding/json"
sectorbuilder "github.com/filecoin-project/go-sectorbuilder"
_ "github.com/filecoin-project/lotus/lib/sigs/bls"
_ "github.com/filecoin-project/lotus/lib/sigs/secp"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"
badger "github.com/ipfs/go-ds-badger2"