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' 'LokiSnodeAPI::buildNewOnionPaths - Too few nodes to build an onion path! Refreshing pool and retrying'
); );
await this.refreshRandomPool(); await this.refreshRandomPool();
return this.buildNewOnionPaths(); await this.buildNewOnionPaths();
return;
} }
otherNodes = _.shuffle(otherNodes); otherNodes = _.shuffle(otherNodes);

Loading…
Cancel
Save