From 5e4b9e9803daa4e276069a7930cc8c5e56d16463 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 16 Oct 2023 20:07:58 +0530 Subject: [PATCH] Bug fixes and code refactoring --- index.html | 594 +++++++++++++++++++------------------- scripts/components.js | 2 +- scripts/components.min.js | 2 +- scripts/messenger.js | 30 +- scripts/messenger.min.js | 2 +- 5 files changed, 319 insertions(+), 311 deletions(-) diff --git a/index.html b/index.html index 4af099e..4dcacc6 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ //invoke the startup functions floDapps.launchStartUp().then(result => { console.log(result) - floGlobals.myFloID = floCrypto.toFloID(floDapps.user.id); + floGlobals.myFloID = floCrypto.getFloID(floDapps.user.public); floGlobals.myBtcID = btcOperator.convert.legacy2bech(floGlobals.myFloID) floGlobals.myEthID = floEthereum.ethAddressFromCompressedPublicKey(floDapps.user.public) document.querySelectorAll('.user-profile-id').forEach(el => el.textContent = floGlobals.myFloID) @@ -752,49 +752,7 @@

Reply

-
-
-
-
- -

-
- - - - -
-
- -
+
@@ -1137,7 +1095,6 @@

Profile