From c0a7fdf9e84c8816470b8c70c2535510a2067046 Mon Sep 17 00:00:00 2001 From: prathamesh0 <42446521+prathamesh0@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:48:58 +0530 Subject: [PATCH] Fix typo in config format in README (#53) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6592c27..b740451 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Config format: [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 - ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient" # LVL_DB_PATH + ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient" # ANCIENT_DB_PATH [database] # when operating in 'postgres' output mode