Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Sep 26, 2024
1 parent 07af88a commit 9be3dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/state/intra_block_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9be3dba

Please sign in to comment.