Skip to content

Commit 22ec9af

Browse files
address PR comments
1 parent 325b36f commit 22ec9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/tracers/native/prestate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ type account struct {
4646
Code []byte `json:"code,omitempty"`
4747
Nonce uint64 `json:"nonce,omitempty"`
4848
Storage map[common.Hash]common.Hash `json:"storage,omitempty"`
49+
empty bool
4950

5051
ArbitrumStorage map[common.Hash]common.Hash `json:"arbitrumStorage,omitempty"`
5152

52-
empty bool
5353
arbStorageKeyMap map[common.Hash]common.Hash
5454
}
5555

0 commit comments

Comments
 (0)