From 835fd15cb688be5afa61859cb6afd48057563d0e Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 5 Mar 2025 22:56:49 +1100 Subject: [PATCH] remove-redundant-replicate-corestore (#171) --- howto/work-with-many-hypercores-using-corestore.md | 1 - 1 file changed, 1 deletion(-) diff --git a/howto/work-with-many-hypercores-using-corestore.md b/howto/work-with-many-hypercores-using-corestore.md index ee0476c..288b5f3 100644 --- a/howto/work-with-many-hypercores-using-corestore.md +++ b/howto/work-with-many-hypercores-using-corestore.md @@ -102,7 +102,6 @@ await core.ready() const foundPeers = core.findingPeers() swarm.join(core.discoveryKey) -swarm.on('connection', conn => core.replicate(conn)) swarm.flush().then(() => foundPeers()) // update the meta-data of the hypercore instance