Update db_walkthrough.MD (#2565)

Typo
This commit is contained in:
Sylvain Laurent 2021-08-22 08:08:29 +02:00 committed by GitHub
parent 1d11dee5ca
commit 6becda8ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ Table "PlainState"
Store together Accounts and Storage.
Accounts: key="account address", value="current state of each account".
Storage: key="account address+incarnation+sorage hash", value="current value of storage".
Storage: key="account address+incarnation+storage hash", value="current value of storage".
The accounts encoded by function `account.go:EncodeForStorage()` so that the first byte of a
field is its length and bytes afterward the field itself.