Rev database version, remove initial-plots.yaml
This commit is contained in:
parent
f1295bf82c
commit
487e8bfd94
|
@ -113,8 +113,8 @@ full_node:
|
|||
port: 8444
|
||||
|
||||
# Run multiple nodes with different databases by changing the database_path
|
||||
database_path: db/blockchain_v19.db
|
||||
simulator_database_path: sim_db/simulator_blockchain_v19.db
|
||||
database_path: db/blockchain_v20.db
|
||||
simulator_database_path: sim_db/simulator_blockchain_v20.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_v19.db
|
||||
database_path: wallet/db/blockchain_wallet_v20.db
|
||||
|
||||
logging: *logging
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
plots: {}
|
Loading…
Reference in New Issue