rev db names for hard fork

This commit is contained in:
Bill Blanke 2020-09-12 11:17:06 -07:00 committed by Gene Hoffman
parent 8168aeda9a
commit 5ebfe3df41

View File

@ -113,8 +113,8 @@ full_node:
port: 8444
# Run multiple nodes with different databases by changing the database_path
database_path: db/blockchain_v18.db
simulator_database_path: sim_db/simulator_blockchain_v18.db
database_path: db/blockchain_v19.db
simulator_database_path: sim_db/simulator_blockchain_v19.db
# If True, starts an RPC server at the following port
start_rpc_server: True
@ -199,7 +199,7 @@ wallet:
port: 8444
testing: False
database_path: wallet/db/blockchain_wallet_v18.db
database_path: wallet/db/blockchain_wallet_v19.db
logging: *logging