From ea0a75dc908a15c5b3e5c8926b20bdf1eeac4d91 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 25 Mar 2021 15:24:44 +0100 Subject: [PATCH] Add nolint Signed-off-by: Jakub Sztandera --- paychmgr/paych_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,