Add wallet.database_path to DO_NOT_MIGRATE_SETTINGS

This commit is contained in:
Gene Hoffman 2020-09-12 13:25:34 -07:00 committed by Gene Hoffman
parent 5ebfe3df41
commit 7fc9664a22

View File

@ -251,6 +251,7 @@ def chia_init(root_path: Path):
"full_node.introducer_peer",
"wallet.introducer_peer",
"full_node.database_path",
"wallet.database_path",
"full_node.simulator_database_path",
]