EdgeApp / airbitz-android-gui

35 stars 29 forks source link

Importing Private Key with QR Code Fails #2

Open kristovatlas opened 9 years ago

kristovatlas commented 9 years ago

Receive -> Import

It succesfully grabs the private key and displays it in WIF format, but after a few seconds of trying to import or sweep, it always reads "Import failed. Try Again."

teneighty commented 9 years ago

How much is on the key?

Currently, our core library requires the key to have a balance of at least .105 mBTC otherwise the sweep aborts. Unfortunately, the UI is just providing a generic failure message and does not indicate why the sweep failed.

kristovatlas commented 9 years ago

Less than that, so that must be the issue. Perhaps the error message could be made a little more nuanced, e.g. "Import failed. (Minimum amount is 0.105 mBTC.) Try Again?"