*Need to trigger creation of ipfsReady promise

This commit is contained in:
Derrick Hammer 2023-03-30 18:55:36 -04:00
parent 74498c5691
commit f0e6c5aa02
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ async function handlePresentSeed() {
},
});
PeerManager.instance.ipfsReady;
swarm.join(PROTOCOL);
await swarm.start();
await swarm.ready();