From 06ea2f573e5a70121acc97f887d976346731edd8 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Sat, 29 Feb 2020 20:52:25 -0800 Subject: [PATCH] Correct some sync info on lotu.sh --- documentation/en/join-testnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/en/join-testnet.md b/documentation/en/join-testnet.md index 6474d81b0..21725027f 100644 --- a/documentation/en/join-testnet.md +++ b/documentation/en/join-testnet.md @@ -36,13 +36,13 @@ In order to connect to the network, you need to be connected to at least 1 peer. ## Chain sync -While the daemon is running, the next requirement is to sync the chain. Run the command below to start the chain sync progress. To see current chain height, visit the [network stats page](https://stats.testnet.filecoin.io/). +While the daemon is running, the next requirement is to sync the chain. Run the command below to view the chain sync progress. To see current chain height, visit the [network stats page](https://stats.testnet.filecoin.io/). ```sh lotus sync wait ``` -- This step will take anywhere between 30 minutes to a few hours. +- This step will take anywhere between a few hours to a couple of days. - You will be able to perform **Lotus Testnet** operations after it is finished. ## Create your first address