From 1b4523a2bdbf2a828fdf82b603e3c86ea651f376 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 11 Feb 2026 19:11:08 +0100 Subject: [PATCH] internal/era: update eraE type IDs to match spec --- internal/era/era.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/era/era.go b/internal/era/era.go index ed481c810e..a3c8465bc4 100644 --- a/internal/era/era.go +++ b/internal/era/era.go @@ -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