From b907d0e3bb8dace2193d804342626f51938ed174 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 10 Aug 2021 02:23:11 +0530 Subject: [PATCH] Bug fixes - Updated floBlockchainAPI - Fixed various bugs - Added some improvements in handling the requests from user --- floBank.html | 714 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 451 insertions(+), 263 deletions(-) diff --git a/floBank.html b/floBank.html index 887231c..a76cba5 100644 --- a/floBank.html +++ b/floBank.html @@ -27,11 +27,7 @@ supernodes: {}, //each supnernode must be stored as floID : {uri:,pubKey:} //for cloud apps - subAdmins: [], - application: "bank", - appObjects: {}, - generalData: {}, - lastVC: {} + application: "test_bank", } @@ -7302,17 +7306,18 @@ Bitcoin.Util = { } } - - -