steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Feature: one-time use private key #280

Open economicstudio opened 5 years ago

economicstudio commented 5 years ago

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.