From 2fa3383c6719dbead8d028ccff2a26ed0e436353 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 12 Aug 2021 21:52:08 +0530 Subject: [PATCH] Update floBank.html - updated floBlockchainAPI - reject cases now gives more info on balance and total - added updateModel: (adminOnly) can update model using this fn. - updating model will now update the rate after the timestamp of the tx time. ie, accounts previous to tx-time will use the existing model till tx-time. And use new model after the tx-time. --- floBank.html | 97 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 28 deletions(-) diff --git a/floBank.html b/floBank.html index a76cba5..d7951c8 100644 --- a/floBank.html +++ b/floBank.html @@ -13,7 +13,7 @@ //Required for blockchain API operators apiURL: { - FLO: [ 'https://livenet.flocha.in/'], + FLO: [ 'https://livenet.flocha.in/', 'https://flosight.duckdns.org/'], FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/'] }, tokenURL: "https://ranchimallflo.duckdns.org/", @@ -41,7 +41,6 @@ accounts: {}, responses: {}, requests: {}, - settings: {}, appendix: {} }); delete floDapps.util.startUpFunctions.readAppConfigFromAPI; @@ -7306,7 +7305,7 @@ Bitcoin.Util = { } } -