diff --git a/paychmgr/paych_test.go b/paychmgr/paych_test.go index 57a317c53be..2468e2b18d3 100644 --- a/paychmgr/paych_test.go +++ b/paychmgr/paych_test.go @@ -785,7 +785,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,