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 = { } } - -