From c3a51f44a7c9ad38476fbb4d6443a7cd54b409ed Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 6 Feb 2020 14:56:12 +0530 Subject: [PATCH] bug fix --- standard_Operations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard_Operations.html b/standard_Operations.html index 3652b9d..07725d5 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -8608,7 +8608,7 @@ Bitcoin.Util = { if(!result) return reject("Empty Private Key") var floID = floCrypto.getFloIDfromPubkeyHex(floCrypto.getPubKeyHex(result)) - console.log(floID) + privKey = result }catch(error){ console.error(error) return reject("Invalid Private Key")