From 498025f07902ddf59f05564a3352a064d7666ed9 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Tue, 6 Nov 2018 19:50:02 +0530 Subject: [PATCH] added new db datablocks and its update feature --- supernode/index.html | 161 ++++++++++++++++++++++++++++++++----------- 1 file changed, 121 insertions(+), 40 deletions(-) diff --git a/supernode/index.html b/supernode/index.html index 6dd8e75..470efdb 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -14,12 +14,17 @@
+
Indexed DB
+ +
Sync
+
+ @@ -7724,7 +7729,6 @@ var privateKeyArr = key.getBitcoinPrivateKeyByteArray(privateKeyHex); privateKey = BigInteger.fromByteArrayUnsigned(privateKeyArr); - console.log(privateKey); var messageHash = Crypto.SHA256(msg); @@ -7755,17 +7759,13 @@ + + + + \ No newline at end of file