lotus-shed: add back support for bls and secp after sig changes

This commit is contained in:
Travis Person 2020-02-11 01:04:20 +00:00
parent 05c262eb9f
commit bc15d5234e

View File

@ -11,6 +11,9 @@ import (
"gopkg.in/urfave/cli.v2" "gopkg.in/urfave/cli.v2"
_ "github.com/filecoin-project/lotus/lib/sigs/bls"
_ "github.com/filecoin-project/lotus/lib/sigs/secp"
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/wallet" "github.com/filecoin-project/lotus/chain/wallet"
) )