Skip to content

Commit

Permalink
Update account_subtree_height to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeee committed Oct 6, 2023
1 parent 6ee314d commit 23a18ea
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 = 7
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 = 7
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 = 7
end)

module Answer = struct
Expand Down

0 comments on commit 23a18ea

Please sign in to comment.