From 6becda8ff1bfee46d993641213dbde9283b4afa7 Mon Sep 17 00:00:00 2001 From: Sylvain Laurent <s@6120.eu> Date: Sun, 22 Aug 2021 08:08:29 +0200 Subject: [PATCH] Update db_walkthrough.MD (#2565) Typo --- docs/programmers_guide/db_walkthrough.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/programmers_guide/db_walkthrough.MD b/docs/programmers_guide/db_walkthrough.MD index d26df39c35..13d3b99ac2 100644 --- a/docs/programmers_guide/db_walkthrough.MD +++ b/docs/programmers_guide/db_walkthrough.MD @@ -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. -- GitLab