Fix table for withdrawal credentials prefixes

Minor cosmetic fixes (misformated table, section title).
This commit is contained in:
Justin 2020-12-12 20:38:40 +00:00 committed by GitHub
parent 6b728c1880
commit 784e567d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@
- [Misc](#misc)
- [Gwei values](#gwei-values)
- [Initial values](#initial-values)
- [Validator withdrawal credential versions](#validator-withdrawal-credential-versions)
- [Withdrawal credentials prefixes](#withdrawal-credentials-prefixes)
- [Time parameters](#time-parameters)
- [State list lengths](#state-list-lengths)
- [Rewards and penalties](#rewards-and-penalties)
@ -211,8 +211,10 @@ The following values are (non-configurable) constants used throughout the specif
| - | - |
| `GENESIS_FORK_VERSION` | `Version('0x00000000')` |
### Validator withdrawal credential versions
### Withdrawal credentials prefixes
| Name | Value |
| - | - |
| `BLS_WITHDRAWAL_PREFIX` | `Bytes1('0x00')` |
| `ETH1_ADDRESS_WITHDRAWAL_PREFIX` | `Bytes1('0x01')` |