Skip to content

Commit 873b94c

Browse files
committed
fix lint
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 29fbf4e commit 873b94c

File tree

1 file changed

+1
-1
lines changed
  • token/core/zkatdlog/nogh/v1/validator/testutils

1 file changed

+1
-1
lines changed

token/core/zkatdlog/nogh/v1/validator/testutils/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ func prepareTransfer(
463463
if benchCase.NumOutputs <= 0 {
464464
return nil, nil, nil, nil, errors.Errorf("invalid number of outputs [%d]", benchCase.NumOutputs)
465465
}
466-
outputValue := sumInputs / uint64(benchCase.NumOutputs) //nolint:gosec
466+
outputValue := sumInputs / uint64(benchCase.NumOutputs)
467467
sumOutputs := uint64(0)
468468
outValues := make([]uint64, benchCase.NumOutputs)
469469
for i := range benchCase.NumOutputs {

0 commit comments

Comments
 (0)