diff --git a/index.html b/index.html index 91cabda..eef0483 100644 --- a/index.html +++ b/index.html @@ -7862,7 +7862,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); @@ -10179,4 +10179,4 @@ - \ No newline at end of file +