Fix typo in config format in README (#53)
This commit is contained in:
parent
2af26ad583
commit
c0a7fdf9e8
@ -25,9 +25,9 @@ Config format:
|
|||||||
|
|
||||||
[leveldb]
|
[leveldb]
|
||||||
# path to geth leveldb
|
# path to geth leveldb
|
||||||
path = "/Users/user/Library/Ethereum/geth/chaindata" # ANCIENT_DB_PATH
|
path = "/Users/user/Library/Ethereum/geth/chaindata" # LVL_DB_PATH
|
||||||
# path to geth ancient database
|
# path to geth ancient database
|
||||||
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient" # LVL_DB_PATH
|
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient" # ANCIENT_DB_PATH
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
# when operating in 'postgres' output mode
|
# when operating in 'postgres' output mode
|
||||||
|
Loading…
Reference in New Issue
Block a user