We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df99b1 commit c8dafa7Copy full SHA for c8dafa7
core/vm/contracts_test.go
@@ -413,7 +413,7 @@ func BenchmarkPrecompiledP256Verify(bench *testing.B) {
413
Expected: "0000000000000000000000000000000000000000000000000000000000000001",
414
Name: "p256Verify",
415
}
416
- benchmarkPrecompiled("0b", t, bench)
+ benchmarkPrecompiled("0x0100", t, bench)
417
418
419
func TestPrecompiledP256Verify(t *testing.T) {
0 commit comments