From 63cef8fbad42900b115769ba36a72da58cb68bc3 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 13 Jan 2026 20:11:16 +0900 Subject: [PATCH] fix blockchain tests execution --- core/blockchain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/blockchain.go b/core/blockchain.go index d92801998c..68c6e7b383 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -2170,6 +2170,7 @@ func (bc *BlockChain) processBlockWithAccessList(parentRoot common.Hash, block * procTime: procTime, status: status, witness: nil, + stats: &ExecuteStats{}, // TODO: actually implement this in the future }, nil }