Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Mar 19, 2024
1 parent ac75a23 commit a6b0a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/ethereummock/mock_blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

0 comments on commit a6b0a76

Please sign in to comment.