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