diff --git a/integration/ethereummock/mock_blocks.go b/integration/ethereummock/mock_blocks.go index 6a16f6d70e..6c09b4ad9c 100644 --- a/integration/ethereummock/mock_blocks.go +++ b/integration/ethereummock/mock_blocks.go @@ -37,5 +37,5 @@ func NewBlock(parent *types.Block, nodeID common.Address, txs []*types.Transacti BaseFee: nil, } - return types.NewBlock(&header, txs, nil, nil, &trie.StackTrie{}) + return types.NewBlock(&header, txs, nil, nil, trie.NewStackTrie(nil)) }