internal/era: update eraE type IDs to match spec

This commit is contained in:
Sina Mahmoodi 2026-02-11 19:11:08 +01:00
parent 995fa79bf5
commit 1b4523a2bd

View file

@ -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