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
Currently, if a private key can't be found in the wallet, there is no way to enter it manually. This isn't good if one wants to use the key just one time, not storing it in the wallet. Instead of raising MissingKeyError immediately, it's much better to give users a chance to enter the private key manually.
I'll submit the PR for this.
The text was updated successfully, but these errors were encountered:
Closesteemit#280
Instead of MissingKeyError when the key can't be found in the wallet, users have the second chance to enter the private key for a one-time use.
Currently, if a private key can't be found in the wallet, there is no way to enter it manually. This isn't good if one wants to use the key just one time, not storing it in the wallet. Instead of raising
MissingKeyError
immediately, it's much better to give users a chance to enter the private key manually.I'll submit the PR for this.
The text was updated successfully, but these errors were encountered: