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
commit 575e962d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"