*Use swarm start, not swarm init
This commit is contained in:
parent
c155a4ea1c
commit
827024b579
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue