holgern/beem

Feature: one-time use private key

Closed this issue · 1 comments

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.