-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using BIP21 URI with BOLT 11 invoice #346
Comments
When I scan the invoice with Phoenix on Android version 1.4.26 (41) I also see the options "Pay on-chain" and "Pay with Lightning". If I select the latter option, then it properly brings up the lightning payment screen. If I try to pay it, it's rejected because it was already paid. But this shows it was trying to make a lightning payment at least and not an on-chain payment. |
This looks like a duplicate of Issue PR #321 - @notmandatory you should check if this works for you too. |
Thanks for the ping @remyers it's indeed a duplicate of an error on iOS, and the fix is not available yet on the current production version (version 1.5.6). It will be with version 1.6.0. I'll leave this issue open until 1.6.0 is released. Note that there's a workaround as mentioned in #321 (change the amount, the 10k sat error will be dismissed). Sorry for the inconvenience. |
Thanks, yes I can confirm this is a duplicate of #321 and the same work around worked for me. |
I'm trying to pay a $1.00 invoice generated by a BTCPay server with my Phoenix wallet by scanning a BIP21 URI QR code. I get the app pop-up asking if I want to pay on-chain or lightning. If I select lightning I get the error "Amount must be at least 10,000 sat". My payment channel has 431,721 local, 2,354,390 remote. I get the same error if I select paying on-chain. The decoded QR code value is:
OS: iOS 16.3.1
Pheonix version: 1.5.6
BIP21 URI / QR Code creator: BTCPayServer
QR code screen shot:
The text was updated successfully, but these errors were encountered: