Skip to content

Commit 1fc96f2

Browse files
committed
Update account_subtree_height to 9
1 parent 6ee314d commit 1fc96f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/mina_ledger/sync_ledger.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Mask = Syncable_ledger.Make (struct
2626
module Hash = Hash
2727
module Root_hash = Root_hash
2828

29-
let account_subtree_height = 3
29+
let account_subtree_height = 9
3030
end)
3131

3232
module Any_ledger = Syncable_ledger.Make (struct
@@ -36,7 +36,7 @@ module Any_ledger = Syncable_ledger.Make (struct
3636
module Hash = Hash
3737
module Root_hash = Root_hash
3838

39-
let account_subtree_height = 3
39+
let account_subtree_height = 9
4040
end)
4141

4242
module Db = Syncable_ledger.Make (struct
@@ -46,7 +46,7 @@ module Db = Syncable_ledger.Make (struct
4646
module Hash = Hash
4747
module Root_hash = Root_hash
4848

49-
let account_subtree_height = 3
49+
let account_subtree_height = 9
5050
end)
5151

5252
module Answer = struct

0 commit comments

Comments
 (0)