Skip to content

Commit

Permalink
ledger: move migrations into a storage package (#4846)
Browse files Browse the repository at this point in the history
  • Loading branch information
icorderi committed Dec 7, 2022
1 parent 6e26b0d commit 00cf6be
Show file tree
Hide file tree
Showing 23 changed files with 2,375 additions and 2,206 deletions.
2 changes: 1 addition & 1 deletion cmd/catchpointdump/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func checkDatabase(databaseName string, outFile *os.File) error {
if err != nil {
return err
}
trie, err := merkletrie.MakeTrie(committer, ledger.TrieMemoryConfig)
trie, err := merkletrie.MakeTrie(committer, store.TrieMemoryConfig)
if err != nil {
return err
}
Expand Down

0 comments on commit 00cf6be

Please sign in to comment.