format docs

This commit is contained in:
alex.sharov 2022-01-13 11:08:05 +07:00
parent ae6f7202d2
commit 3e856aba62

View File

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