mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +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
|
||||
TypeTotalDifficulty uint16 = 0x06
|
||||
TypeAccumulator uint16 = 0x07
|
||||
TypeCompressedSlimReceipts uint16 = 0x08 // uses eth/69 encoding
|
||||
TypeProof uint16 = 0x09
|
||||
TypeCompressedSlimReceipts uint16 = 0x0a // uses eth/69 encoding
|
||||
TypeProof uint16 = 0x0b
|
||||
TypeBlockIndex uint16 = 0x3266
|
||||
TypeComponentIndex uint16 = 0x3267
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue