Skip to content

Commit

Permalink
Add nolint
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Mar 25, 2021
1 parent 32f0d2b commit ea0a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paychmgr/paych_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ea0a75d

Please sign in to comment.