diff --git a/paychmgr/paych_test.go b/paychmgr/paych_test.go index 07823b292..ab04ad7e0 100644 --- a/paychmgr/paych_test.go +++ b/paychmgr/paych_test.go @@ -786,7 +786,7 @@ func createTestVoucher(t *testing.T, ch address.Address, voucherLane uint64, non return sv } -func createTestVoucherWithExtra(t *testing.T, ch address.Address, voucherLane uint64, nonce uint64, voucherAmount big.Int, key []byte) *paych2.SignedVoucher { +func createTestVoucherWithExtra(t *testing.T, ch address.Address, voucherLane uint64, nonce uint64, voucherAmount big.Int, key []byte) *paych2.SignedVoucher { //nolint:deadcode sv := &paych2.SignedVoucher{ ChannelAddr: ch, Lane: voucherLane,