diff --git a/js/modules/loki_snode_api.js b/js/modules/loki_snode_api.js index 013bce0b5..de0c8bf24 100644 --- a/js/modules/loki_snode_api.js +++ b/js/modules/loki_snode_api.js @@ -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);