diff --git a/core/state/intra_block_state.go b/core/state/intra_block_state.go index edf84a9a21d..c0b75af35eb 100644 --- a/core/state/intra_block_state.go +++ b/core/state/intra_block_state.go @@ -106,6 +106,7 @@ func New(stateReader StateReader) *IntraBlockState { stateObjects: map[libcommon.Address]*stateObject{}, stateObjectsDirty: map[libcommon.Address]struct{}{}, nilAccounts: map[libcommon.Address]struct{}{}, + logs: []types.Logs{}, journal: newJournal(), accessList: newAccessList(), transientStorage: newTransientStorage(),