From a5bcf8b5b26253897c0825ea79aa591c396056bd 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 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,