mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update access_list_tracer.go
This commit is contained in:
parent
560a12b182
commit
772f025084
1 changed files with 2 additions and 1 deletions
|
|
@ -17,11 +17,12 @@
|
||||||
package logger
|
package logger
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"maps"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/ethereum/go-ethereum/common"
|
||||||
"github.com/ethereum/go-ethereum/core/tracing"
|
"github.com/ethereum/go-ethereum/core/tracing"
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
"github.com/ethereum/go-ethereum/core/vm"
|
"github.com/ethereum/go-ethereum/core/vm"
|
||||||
"maps"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// accessList is an accumulator for the set of accounts and storage slots an EVM
|
// accessList is an accumulator for the set of accounts and storage slots an EVM
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue