Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Feb 10, 2024
1 parent b492ab5 commit 4e84192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions state/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func (e *Executor) WriteGenesis(
config: config,
precompiles: precompiled.NewPrecompiled(),
journal: &runtime.Journal{},
accessList: runtime.NewAccessList(),
}

for addr, account := range alloc {
Expand Down Expand Up @@ -303,6 +304,7 @@ func NewTransition(config chain.ForksInTime, snap Snapshot, radix *Txn) *Transit
evm: evm.NewEVM(),
precompiles: precompiled.NewPrecompiled(),
journal: &runtime.Journal{},
accessList: runtime.NewAccessList(),
}
}

Expand Down

0 comments on commit 4e84192

Please sign in to comment.