diff --git a/cmd/lotus-seed/main.go b/cmd/lotus-seed/main.go index b30f523c9..f6e351508 100644 --- a/cmd/lotus-seed/main.go +++ b/cmd/lotus-seed/main.go @@ -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"