Merge pull request #5879 from filecoin-project/feat/paychtest-secp

Import secp sigs in paych tests
This commit is contained in:
Łukasz Magiera 2021-03-25 19:10:22 +01:00 committed by GitHub
commit 885ecb97ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ import (
paychmock "github.com/filecoin-project/lotus/chain/actors/builtin/paych/mock"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/lib/sigs"
_ "github.com/filecoin-project/lotus/lib/sigs/secp"
)
func TestCheckVoucherValid(t *testing.T) {