From 006548b22943e3cc1e3f661f895c6148d26fba7e Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sat, 5 Jun 2021 12:30:35 +0530 Subject: [PATCH] bug fix: no floSight working when available --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eae1f93..54bece9 100644 --- a/index.html +++ b/index.html @@ -8695,7 +8695,7 @@ util: { serverList: floGlobals.apiURL[floGlobals.blockchain].slice(0), - curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length), + curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length - 1), fetch_retry: function (apicall) { return new Promise((resolve, reject) => { this.serverList.splice(this.curPos, 1); @@ -10894,4 +10894,4 @@ - \ No newline at end of file +