From 837aa5aea1d7b4e68ba6053250969bf58fb421ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=93=E3=83=83=E3=83=89?= Date: Fri, 11 Jun 2021 18:18:08 +0100 Subject: [PATCH] fixed a typo there was a typo in the readme.md so i fixed it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9391b52..72d18cc 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Every 10000 blocks, the thread will save current emission in a file, by default, need to rescan entire blockchain whenever the explorer is restarted. When the explorer restarts, the thread will first check if `~/.bitmonero/lmdb/emission_amount.txt` is present, read its values, and continue from there if possible. Subsequently, only the initial - use of the tread is time consuming. Once the thread scans the entire blockchain, it updates + use of the thread is time consuming. Once the thread scans the entire blockchain, it updates the emission amount using new blocks as they come. Since the explorer writes this file, there can be only one instance of it running for mainnet, testnet and stagenet. Thus, for example, you can't have two explorers for mainnet