You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure this is such a necessary feature. Most of clients are store decrypted private keys in local drive (wallet.dat). But I will think about the possible implementation this. Thank you.
Yes you are correct. If it doesn't fit your wallet, no worries.
It's just something that I'd find important, but like you say most users don't really care.
So if you think it would reduce adoption, feel free to ignore.
https://github.com/3s3s/multicoins.org/blob/master/server_side/app.js#L49
DecodeWallet stores the decrypted private keys in localstorage.
It is safer to store the decrypted private keys in memory only.
Some reasons:
The text was updated successfully, but these errors were encountered: