mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 07:58:40 +00:00
Update eth/tracers/logger/access_list_tracer_test.go
Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
This commit is contained in:
parent
bf68e31af3
commit
e4a87df1be
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import (
|
||||||
"github.com/ethereum/go-ethereum/core/types"
|
"github.com/ethereum/go-ethereum/core/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNewAccessListTracer_ExcludedAddress(t *testing.T) {
|
func TestNewAccessListTracerExcludedAddress(t *testing.T) {
|
||||||
excluded := common.HexToAddress("0x2222222222222222222222222222222222222222")
|
excluded := common.HexToAddress("0x2222222222222222222222222222222222222222")
|
||||||
slot := common.HexToHash("0x01")
|
slot := common.HexToHash("0x01")
|
||||||
prelude := types.AccessList{{
|
prelude := types.AccessList{{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue