You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I use zap-desktop and zap-android to connect my desktop and my mobile phone to my own LND node. When I pay something with zap-android or directly via LND the payment gets not displayed in zap-desktop, even after hitting Refresh activity list. The only way to really refresh is to disconnect and reconnect.
Description
Sending an outgoing payment with another client results in zap-desktop not displaying this payment, even after hitting refresh. Incoming payments are recognized instantly (even without hitting refresh).
Expected Behavior
At least after hitting refresh activity list outgoing payments done by other clients of the lnd node should be displayed in the list.
Actual Behavior
The outgoing payments are not displayed after refreshing (only reconnecting helps).
Steps to Reproduce
Connect zap-desktop to own LND-node
Send payment using lncli directly
Payment does not show up in zap-desktop, even after refreshing
Your Environment
Zap version: 0.6.2
Operating System and version: arch linux
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Fetch latest payment data if we detect an HTLC settlement event that was
probably not triggred by us. Ensures that payments sent by other wallet
clients show up immediately.
fix#3420
Fetch latest payment data if we detect an HTLC settlement event that was
probably not triggred by us. Ensures that payments sent by other wallet
clients show up immediately.
fix#3420
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use zap-desktop and zap-android to connect my desktop and my mobile phone to my own LND node. When I pay something with zap-android or directly via LND the payment gets not displayed in zap-desktop, even after hitting Refresh activity list. The only way to really refresh is to disconnect and reconnect.
Description
Sending an outgoing payment with another client results in zap-desktop not displaying this payment, even after hitting refresh. Incoming payments are recognized instantly (even without hitting refresh).
Expected Behavior
At least after hitting refresh activity list outgoing payments done by other clients of the lnd node should be displayed in the list.
Actual Behavior
The outgoing payments are not displayed after refreshing (only reconnecting helps).
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: