From b64692ed20b1e805cbd96f9cc4d6afff17a18451 Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Mon, 17 Aug 2020 19:52:17 -0500 Subject: [PATCH] ancient in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77f0d94..e5f1b84 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Config format: user = "postgres" [leveldb] - path = "/Users/user/Library/Ethereum/geth/chaindata" + path = "/Users/user/Library/Ethereum/geth/chaindata" + ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient" [snapshot] - blockHeight = 0 + blockHeight = 0 ``` \ No newline at end of file