Replace db_path with db_dir in default configuration (#2284)

* db_path is not being parsed

Fix default configuration, db_path is now db_dir.

Closes: cosmos/cosmos-sdk#1712

* Update CHANGELOG_PENDING.md
This commit is contained in:
Alessio Treglia
2018-08-27 17:27:18 +04:00
committed by Anton Kaliaev
parent 20e35654c6
commit 5f255f0f71
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ fast_sync = true
db_backend = "leveldb"
# Database directory
db_path = "data"
db_dir = "data"
# Output level for logging
log_level = "state:info,*:error"