diff --git a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/starknet-state.adoc b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/starknet-state.adoc index 476f2fef41..ca97e1d7aa 100644 --- a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/starknet-state.adoc +++ b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/starknet-state.adoc @@ -66,10 +66,14 @@ The information stored in the leaf is as follows: [,,subs="quotes"] ---- _h_~Ped~( - class_hash, - storage_root, - nonce, - 0 + _h_~Ped~( + _h_~Ped~( + class_hash, + storage_root + ), + nonce + ), + 0 ) ----