Skip to content

Commit

Permalink
Merge pull request #5879 from filecoin-project/feat/paychtest-secp
Browse files Browse the repository at this point in the history
Import secp sigs in paych tests
  • Loading branch information
magik6k authored Mar 25, 2021
2 parents 6d9ae1e + 53f915d commit 885ecb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paychmgr/paych_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 885ecb9

Please sign in to comment.