From bad7adb778806dbf2196aa113cf1403b4d847118 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 22 Jun 2021 00:42:20 +0000 Subject: [PATCH] Update 'doc/developer-notes.md' --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index e73e8bce9..26be1e262 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -6,7 +6,7 @@ A "fresh sync" goes thru the Initial Blockchain Download (IBD) optimized codepat A fresh sync preserves peers.dat, so it will always be faster than a "fresh clone", which has to learn enough p2p peers to being syncing, which can often add many minutes to completing a sync. When code related to peers.dat changes (such in the `p2p` branch) then doing a fresh clone is needed to fully test it. -One way fresh sync is: +One way to do a fresh sync is: ``` cd ~/.komodo/HUSH3