fix blockchain tests execution

This commit is contained in:
Jared Wasinger 2026-01-13 20:11:16 +09:00
parent f40f5d5d54
commit 63cef8fbad

View file

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