*Need to trigger creation of ipfsReady promise
This commit is contained in:
parent
74498c5691
commit
f0e6c5aa02
|
@ -138,6 +138,8 @@ async function handlePresentSeed() {
|
|||
},
|
||||
});
|
||||
|
||||
PeerManager.instance.ipfsReady;
|
||||
|
||||
swarm.join(PROTOCOL);
|
||||
await swarm.start();
|
||||
await swarm.ready();
|
||||
|
|
Loading…
Reference in New Issue