We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ec9af commit 02bbbd0Copy full SHA for 02bbbd0
eth/tracers/native/prestate.go
@@ -48,8 +48,7 @@ type account struct {
48
Storage map[common.Hash]common.Hash `json:"storage,omitempty"`
49
empty bool
50
51
- ArbitrumStorage map[common.Hash]common.Hash `json:"arbitrumStorage,omitempty"`
52
-
+ ArbitrumStorage map[common.Hash]common.Hash `json:"arbitrumStorage,omitempty"`
53
arbStorageKeyMap map[common.Hash]common.Hash
54
}
55
0 commit comments