From b45195bd1f2db0de09a421695a9d1d62958327f2 Mon Sep 17 00:00:00 2001 From: nethoxa Date: Fri, 14 Feb 2025 13:52:28 +0100 Subject: [PATCH] core: run gofmt for chain_makers.go --- core/chain_makers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chain_makers.go b/core/chain_makers.go index aa4fe5fe8d..7a258dc05f 100644 --- a/core/chain_makers.go +++ b/core/chain_makers.go @@ -510,7 +510,7 @@ func GenerateVerkleChain(config *params.ChainConfig, parent *types.Block, engine reqHash := types.CalcRequestsHash(requests) b.header.RequestsHash = &reqHash } - + body := &types.Body{ Transactions: b.txs, Uncles: b.uncles,