Merge pull request #1220 from filecoin-project/fix/other-commands
Fix lotus-seed with sigs changes
This commit is contained in:
commit
575e962d16
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user