From c8f97eb03a3c5044203d86869ec6b8ab8de7406d Mon Sep 17 00:00:00 2001 From: Jared Grippe Date: Thu, 17 Mar 2022 16:03:27 -0700 Subject: [PATCH] possible typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … in walkthroughs/edit/main/hyperspace/2-replicate-hypercores.js --- hyperspace/2-replicate-hypercores.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperspace/2-replicate-hypercores.js b/hyperspace/2-replicate-hypercores.js index 648ed4e..164dcdf 100644 --- a/hyperspace/2-replicate-hypercores.js +++ b/hyperspace/2-replicate-hypercores.js @@ -61,7 +61,7 @@ async function start () { // Start seeding the Hypercore (this will connect to the first Hyperspace instance) remoteClient.replicate(core) - // The core should not have one connected peer, so we can read the first two blocks. + // The core should now have one connected peer, so we can read the first two blocks. console.log(chalk.green('First two blocks:', [ await core.get(0), await core.get(1)