|
|
@@ -1412,7 +1412,7 @@ func benchmarkLargeNumberOfValueToNonexisting(b *testing.B, numTxs, numBlocks in
|
|
|
}
|
|
|
b.StopTimer()
|
|
|
if got := chain.CurrentBlock().Transactions().Len(); got != numTxs*numBlocks {
|
|
|
- b.Fatalf("Transactions were not included, expected %d, got %d", (numTxs * numBlocks), got)
|
|
|
+ b.Fatalf("Transactions were not included, expected %d, got %d", numTxs*numBlocks, got)
|
|
|
|
|
|
}
|
|
|
}
|