diff --git a/js/modules/loki_snode_api.js b/js/modules/loki_snode_api.js index 4b40dedf9..8aaa22813 100644 --- a/js/modules/loki_snode_api.js +++ b/js/modules/loki_snode_api.js @@ -240,8 +240,10 @@ class LokiSnodeAPI { let timeoutTimer = null; // private retry container const trySeedNode = async (consecutiveErrors = 0) => { + + // Removed limit until there is a way to get snode info + // for individual nodes (needed for guard nodes) const params = { - limit: RANDOM_SNODES_POOL_SIZE, active_only: true, fields: { public_ip: true,