File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module Mask = Syncable_ledger.Make (struct
26
26
module Hash = Hash
27
27
module Root_hash = Root_hash
28
28
29
- let account_subtree_height = 3
29
+ let account_subtree_height = 9
30
30
end )
31
31
32
32
module Any_ledger = Syncable_ledger. Make (struct
@@ -36,7 +36,7 @@ module Any_ledger = Syncable_ledger.Make (struct
36
36
module Hash = Hash
37
37
module Root_hash = Root_hash
38
38
39
- let account_subtree_height = 3
39
+ let account_subtree_height = 9
40
40
end )
41
41
42
42
module Db = Syncable_ledger. Make (struct
@@ -46,7 +46,7 @@ module Db = Syncable_ledger.Make (struct
46
46
module Hash = Hash
47
47
module Root_hash = Root_hash
48
48
49
- let account_subtree_height = 3
49
+ let account_subtree_height = 9
50
50
end )
51
51
52
52
module Answer = struct
You can’t perform that action at this time.
0 commit comments