From be0c18c5e22bef61c339a40b19ecf5b43f6982ed Mon Sep 17 00:00:00 2001 From: ShrootBuck <70227235+ShrootBuck@users.noreply.github.com> Date: Sat, 26 Nov 2022 15:09:17 -0700 Subject: [PATCH] Update README.md --- contrib/FastSync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/FastSync/README.md b/contrib/FastSync/README.md index 1434932..fa92e04 100644 --- a/contrib/FastSync/README.md +++ b/contrib/FastSync/README.md @@ -127,7 +127,7 @@ docker logs --tail -100 btcpayserver_bitcoind If you don't trust anybody, which should be the case as much as possible, then here are the steps to verify that the UTXO set you just loaded is not malicious. -1. You need another node that you own, entirely `under your control`, that `you synchronized from the genesis block. Let's call this node `Trusty`. +1. You need another node that you own, entirely `under your control`, that `you synchronized from the genesis block`. Let's call this node `Trusty`. 2. In the previous [step](./README.md#if-you-trust-the-owner-of-this-repository) you've set up the `Fast Sync` node. Let's call this `Synchy`. 3. Wait for `Synchy` to be fully synced. 4. Now on, `Synchy` and `Trusty` run the following command at the same time: