*Use swarm start, not swarm ready
This commit is contained in:
parent
3e636d9c77
commit
5bc9280069
|
@ -86,7 +86,7 @@ async function handleReady(aq: ActiveQuery) {
|
||||||
const swarm: SwarmClient = network.swarm;
|
const swarm: SwarmClient = network.swarm;
|
||||||
|
|
||||||
await swarm.init();
|
await swarm.init();
|
||||||
await swarm.ready();
|
await swarm.start();
|
||||||
|
|
||||||
await (
|
await (
|
||||||
await getNetwork(aq)
|
await getNetwork(aq)
|
||||||
|
|
Loading…
Reference in New Issue