Skip to content

Commit

Permalink
Do not migrate wallet dir and peer DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 committed Oct 7, 2020
1 parent a2fd4fa commit a1f7cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmds/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def chia_init(root_path: Path):
# These are the files that will be migrated
MANIFEST: List[str] = [
"config",
"db",
"wallet",
"db/blockchain_v20.db",
# "wallet",
]

for versionnumber in range(chiaMinorReleaseNumber() - 1, 8, -1):
Expand Down

0 comments on commit a1f7cd8

Please sign in to comment.