Adding simple login

This commit is contained in:
sairajzero 2020-03-04 04:11:06 +05:30
parent 3cd0f7ca67
commit 633bfa1a7e

View File

@ -7536,5 +7536,14 @@ Bitcoin.Util = {
} }
} }
</script> </script>
<script>
function Login(privKey) {
myPrivKey = privKey
myPubKey = floCrypto.getPubKeyHex(myPrivKey)
myFloID = floCrypto.getFloIDfromPubkeyHex(myPubKey)
}
</script>
</body> </body>
</html> </html>