mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Update README.md
This commit is contained in:
parent
aac621987e
commit
c09aa3a905
1 changed files with 2 additions and 2 deletions
4
signer/core/testdata/README.md
vendored
4
signer/core/testdata/README.md
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
### EIP 712 tests
|
### EIP-712 tests
|
||||||
|
|
||||||
These tests are json files which are converted into eip-712 typed data.
|
These tests are json files which are converted into [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md) typed data.
|
||||||
All files are expected to be proper json, and tests will fail if they are not.
|
All files are expected to be proper json, and tests will fail if they are not.
|
||||||
Files that begin with `expfail' are expected to not pass the hashstruct construction.
|
Files that begin with `expfail' are expected to not pass the hashstruct construction.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue