core: run gofmt for chain_makers.go

This commit is contained in:
nethoxa 2025-02-14 13:52:28 +01:00
parent 531e9b1da9
commit b45195bd1f

View file

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