mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
internal/era: update eraE type IDs to match spec
This commit is contained in:
parent
995fa79bf5
commit
1b4523a2bd
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ var (
|
||||||
TypeCompressedReceipts uint16 = 0x05
|
TypeCompressedReceipts uint16 = 0x05
|
||||||
TypeTotalDifficulty uint16 = 0x06
|
TypeTotalDifficulty uint16 = 0x06
|
||||||
TypeAccumulator uint16 = 0x07
|
TypeAccumulator uint16 = 0x07
|
||||||
TypeCompressedSlimReceipts uint16 = 0x08 // uses eth/69 encoding
|
TypeCompressedSlimReceipts uint16 = 0x0a // uses eth/69 encoding
|
||||||
TypeProof uint16 = 0x09
|
TypeProof uint16 = 0x0b
|
||||||
TypeBlockIndex uint16 = 0x3266
|
TypeBlockIndex uint16 = 0x3266
|
||||||
TypeComponentIndex uint16 = 0x3267
|
TypeComponentIndex uint16 = 0x3267
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue