Skip to content

Commit

Permalink
Update account_subtree_height to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeee committed Oct 9, 2023
1 parent 0f1918f commit b19d41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/mina_ledger/sync_ledger.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Mask = Syncable_ledger.Make (struct
module Hash = Hash
module Root_hash = Root_hash

let account_subtree_height = 3
let account_subtree_height = 6
end)

module Any_ledger = Syncable_ledger.Make (struct
Expand All @@ -36,7 +36,7 @@ module Any_ledger = Syncable_ledger.Make (struct
module Hash = Hash
module Root_hash = Root_hash

let account_subtree_height = 3
let account_subtree_height = 6
end)

module Db = Syncable_ledger.Make (struct
Expand All @@ -46,7 +46,7 @@ module Db = Syncable_ledger.Make (struct
module Hash = Hash
module Root_hash = Root_hash

let account_subtree_height = 3
let account_subtree_height = 6
end)

module Answer = struct
Expand Down

0 comments on commit b19d41f

Please sign in to comment.