Revert "*Use swarm start, not swarm ready"

This reverts commit 5bc9280069.
This commit is contained in:
Derrick Hammer 2023-03-29 16:53:47 -04:00
parent 5bc9280069
commit c155a4ea1c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ async function handleReady(aq: ActiveQuery) {
const swarm: SwarmClient = network.swarm;
await swarm.init();
await swarm.start();
await swarm.ready();
await (
await getNetwork(aq)