From 438e4c56ab506dc582d747880db1702b723de1e1 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 27 Jan 2026 12:40:50 +0100 Subject: [PATCH] satisfy linter --- internal/era/execdb/era_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/era/execdb/era_test.go b/internal/era/execdb/era_test.go index e3e5130b1e..a8c1ac18ba 100644 --- a/internal/era/execdb/era_test.go +++ b/internal/era/execdb/era_test.go @@ -116,10 +116,10 @@ func TestEraE(t *testing.T) { idx := tt.preMerge + i num := tt.start + uint64(idx) blk := blockData{ - header: mustEncode(&types.Header{Number: big.NewInt(int64(num)), Difficulty: big.NewInt(0)}), - body: mustEncode(&types.Body{}), - receipts: mustEncode([]types.ReceiptForStorage{}), - hash: common.Hash{byte(idx)}, + header: mustEncode(&types.Header{Number: big.NewInt(int64(num)), Difficulty: big.NewInt(0)}), + body: mustEncode(&types.Body{}), + receipts: mustEncode([]types.ReceiptForStorage{}), + hash: common.Hash{byte(idx)}, difficulty: big.NewInt(0), } blocks = append(blocks, blk)