Merge pull request #1247 from filecoin-project/fix/lotus-shed-keyinfo

lotus-shed: add back support for bls and secp after sig changes
This commit is contained in:
Whyrusleeping 2020-02-11 13:40:42 -08:00 committed by GitHub
commit 5133ff16ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ import (
"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/wallet"
)