-
Notifications
You must be signed in to change notification settings - Fork 1
Use cached outbound value as fallback when node is initializing #373
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
Conversation
ovitrif
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test results
-
No LN balance -> scan 0 amount uniffied invoice -> use only on-chain balance 🟢
-
With LN balance -> node syncing -> scan LN invoice with amount above available > error not enough balance 🟢
-
With LN balance -> node syncing -> scan 0 amount unified invoice > sync success -> enable both balances 🟢
-
With LN balance -> node syncing > scan 15 amount LN invoice -> sync success > display confirm screen 🟢
-
With LN balance -> node syncing -> scan invoice with amount above available-> quickpay enabled -> shouldn't pay 🟢
-
With LN balance -> node syncing -> scan 15 amount LN invoice -> quickpay enabled -> sync success -> should pay 🟠
- fails for me with handler send error screen "node not setup" ✅ - still ok imho
- it might've failed because of unexpected force-close
Replaces #368
Description
canSendmethod if the node is not runningPreview
with_amount.mp4
quick_pay.mp4
ln_above_limit.mp4
zero_amount.mp4
QA Notes