From 836f359cf24b365b5395e882a11f3706b05eaca5 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 12 Feb 2021 03:06:42 +0530 Subject: [PATCH] floDapps_v2.0.1c - Added verifyPin: function to verify the pin of login credentials without logging in (ie, not storing the keys in memory) - 'pin' argument can be ignored to check if private key is secured or not. --- standard_Operations.html | 45 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/standard_Operations.html b/standard_Operations.html index f2e1ab7..c7d50bf 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -8713,7 +8713,7 @@ Bitcoin.Util = { } } -