Skip to content

Commit

Permalink
remove partial key limit, fixe #578
Browse files Browse the repository at this point in the history
  • Loading branch information
lamafab committed Dec 12, 2022
1 parent 3b664b6 commit 98d0321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 01_host/02_state/01_state-storage-trie.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ to stem:[N] and another part of stem:[k_N] is stored in stem:[N] (<<defn-node-ke
.<<defn-node-key, Aggregated Prefix Key>>
====
For any stem:[N in cc N], its key stem:[k_N] is divided into an *aggregated
prefix key, stem:["pk"_N^("Agr")]*, aggregated by <<algo-aggregate-key>> and
a *partial key*, *stem:["pk"_N]* of length stem:[0 <= l_("pk"_N) < 2^(16)]
in nibbles such that:
prefix key, stem:["pk"_N^("Agr")]*, aggregated by <<algo-aggregate-key>> and a
*partial key*, *stem:["pk"_N]* of length stem:[0 <= l_("pk"_N)] in nibbles such
that:
[stem]
++++
Expand Down

0 comments on commit 98d0321

Please sign in to comment.