pull/1143/head
Ryan Tharp 5 years ago
parent 06fb96ab07
commit 048b5558c1

@ -465,7 +465,8 @@ class LokiSnodeAPI {
'LokiSnodeAPI::buildNewOnionPaths - Too few nodes to build an onion path! Refreshing pool and retrying'
);
await this.refreshRandomPool();
return this.buildNewOnionPaths();
await this.buildNewOnionPaths();
return;
}
otherNodes = _.shuffle(otherNodes);

Loading…
Cancel
Save