-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/clef: improve documentation in readme (#31218)
Fixed broken or outdated links and improved documentation formatting to ensure consistency and correct references. --------- Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
- Loading branch information
1 parent
8a14362
commit cb9653d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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://eips.ethereum.org/EIPS/eip-712) typed data. | ||
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. |