mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/state: go fmt
This commit is contained in:
parent
aba2659f5a
commit
f8faefa5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ func (s *StateDB) dump(c collector, excludeCode, excludeStorage, excludeMissingP
|
|||
if excludeMissingPreimages {
|
||||
continue
|
||||
}
|
||||
account.SecureKey = it.Key
|
||||
account.SecureKey = it.Key
|
||||
}
|
||||
addr := common.BytesToAddress(addrBytes)
|
||||
obj := newObject(nil, addr, data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue