core/state: go fmt

This commit is contained in:
Martin Holst Swende 2020-05-07 11:07:28 +02:00
parent aba2659f5a
commit f8faefa5f0
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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)