airbitz-android-gui icon indicating copy to clipboard operation
airbitz-android-gui copied to clipboard

Importing Private Key with QR Code Fails

Open kristovatlas opened this issue 10 years ago • 2 comments

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."

kristovatlas avatar Mar 25 '15 03:03 kristovatlas

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.

teneighty avatar Mar 25 '15 17:03 teneighty

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?"

kristovatlas avatar Mar 25 '15 19:03 kristovatlas