From b5532444fb47e0d5c2d9040a22ed23204a89d22f Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 2 Jan 2021 19:11:15 +0530 Subject: [PATCH] floCloudAPI_v2.0.2d | floDapps_v2.0.1b floCloudAPI_v2.0.2d - Fixed bug: syntax error in requestObjectData - Added closeRequest: closes the active live requests floDapps_v2.0.1b - minor improvements and alignment. - Fixed: deleteAppData deletes the lastTx data of the adminID. --- standard_Operations.html | 347 +++++++++++++++++++-------------------- 1 file changed, 165 insertions(+), 182 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index 519f53d..1491c7c 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -38,7 +38,7 @@ //floDapps.addStartUpFunction('Sample', Promised Function) //floDapps.setAppObjectStores({sampleObs1:{}, sampleObs2:{options{autoIncrement:true, keyPath:'SampleKey'}, Indexes:{sampleIndex:{}}}}) - //floDapps.setCustomPrivKeyInput( () => { FUNCTION BODY *must return private key* } ) + //floDapps.setCustomPrivKeyInput( () => { FUNCTION BODY *must resolve private key* } ) floDapps.launchStartUp().then(result => { console.log(result) @@ -7925,7 +7925,7 @@ Bitcoin.Util = { } } - -