mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
fix blockchain tests execution
This commit is contained in:
parent
f40f5d5d54
commit
63cef8fbad
1 changed files with 1 additions and 0 deletions
|
|
@ -2170,6 +2170,7 @@ func (bc *BlockChain) processBlockWithAccessList(parentRoot common.Hash, block *
|
||||||
procTime: procTime,
|
procTime: procTime,
|
||||||
status: status,
|
status: status,
|
||||||
witness: nil,
|
witness: nil,
|
||||||
|
stats: &ExecuteStats{}, // TODO: actually implement this in the future
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue