Skip to content

Commit c8dafa7

Browse files
committed
update
1 parent 7df99b1 commit c8dafa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/contracts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func BenchmarkPrecompiledP256Verify(bench *testing.B) {
413413
Expected: "0000000000000000000000000000000000000000000000000000000000000001",
414414
Name: "p256Verify",
415415
}
416-
benchmarkPrecompiled("0b", t, bench)
416+
benchmarkPrecompiled("0x0100", t, bench)
417417
}
418418

419419
func TestPrecompiledP256Verify(t *testing.T) {

0 commit comments

Comments
 (0)