*Use swarm start, not swarm init

This commit is contained in:
Derrick Hammer 2023-03-29 16:54:58 -04:00
parent c155a4ea1c
commit 827024b579
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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