From 3e856aba6285972b9ab29727bea6207788a2dfbf Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 13 Jan 2022 11:08:05 +0700 Subject: [PATCH] format docs --- kv/tables.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kv/tables.go b/kv/tables.go index 4858976b6..a675e5382 100644 --- a/kv/tables.go +++ b/kv/tables.go @@ -49,13 +49,13 @@ Physical layout: ------------------------------------------------------------- [acc_hash] | [acc_value] [acc_hash]+[inc] | [storage1_hash]+[storage1_value] - | [storage2_hash]+[storage2_value] // this value has no own key. it's 2nd value of [acc_hash]+[inc] key. - | [storage3_hash]+[storage3_value] - | ... + | [storage2_hash]+[storage2_value] // this value has no own key. it's 2nd value of [acc_hash]+[inc] key. + | [storage3_hash]+[storage3_value] + | ... [acc_hash]+[old_inc] | [storage1_hash]+[storage1_value] - | ... + | ... [acc2_hash] | [acc2_value] - ... + ... */ const PlainState = "PlainState"