Fix linters errors

This commit is contained in:
Eduard S
2020-04-14 16:47:24 +02:00
parent 14d09916cf
commit 0ac8b46493
6 changed files with 21 additions and 35 deletions

View File

@@ -87,6 +87,6 @@ func BenchmarkMIMC7(b *testing.B) {
bigArray4 := []*big.Int{b12, b45, b78, b41}
for i := 0; i < b.N; i++ {
Hash(bigArray4, nil)
Hash(bigArray4, nil) //nolint:errcheck
}
}