Revert "*Use swarm start, not swarm ready"
This reverts commit 5bc9280069
.
This commit is contained in:
parent
5bc9280069
commit
c155a4ea1c
|
@ -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.start();
|
await swarm.ready();
|
||||||
|
|
||||||
await (
|
await (
|
||||||
await getNetwork(aq)
|
await getNetwork(aq)
|
||||||
|
|
Loading…
Reference in New Issue