We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e05f commit c874192Copy full SHA for c874192
core/vm/contracts_pkg_vm.libevm_test.go
@@ -29,5 +29,5 @@ func TestExportedP256Verify(t *testing.T) {
29
delete(allPrecompiles, addr)
30
})
31
32
- testJson("p256verify", addr.Hex(), t)
+ testJson("p256Verify", addr.Hex(), t)
33
}
0 commit comments