Import secp sigs in paych tests

This commit is contained in:
Łukasz Magiera 2021-03-25 12:28:53 +01:00
parent c41777dcd2
commit 53f915d155

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) {