bug fix: flosight

This commit is contained in:
sairajzero 2021-06-05 13:22:05 +05:30
parent 6d3e28618c
commit 0386346486

View File

@ -7395,7 +7395,7 @@ Bitcoin.Util = {
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);