Skip to content

Commit 02bbbd0

Browse files
small change
1 parent 22ec9af commit 02bbbd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eth/tracers/native/prestate.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ type account struct {
4848
Storage map[common.Hash]common.Hash `json:"storage,omitempty"`
4949
empty bool
5050

51-
ArbitrumStorage map[common.Hash]common.Hash `json:"arbitrumStorage,omitempty"`
52-
51+
ArbitrumStorage map[common.Hash]common.Hash `json:"arbitrumStorage,omitempty"`
5352
arbStorageKeyMap map[common.Hash]common.Hash
5453
}
5554

0 commit comments

Comments
 (0)