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 Danny Ryan
parent 7af50cc827
commit 128efdd34d
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,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)
@ -212,8 +212,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')` |