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
One issue some lightning wallets have is that the balance displayed fluctuates as HTLCs get sent, fail, then get retried. This makes for a pretty strange UX. Sadly, building anything better today with LDK is pretty hard - we now push users to fetch balance using ChainMonitor's Balances, which is great, but they have no idea about any pending outbound payments which have some amount that is waiting to be retried (i.e. is not currently in any HTLCs). We should expose this, maybe via RecentPaymentDetails?
The text was updated successfully, but these errors were encountered:
One issue some lightning wallets have is that the balance displayed fluctuates as HTLCs get sent, fail, then get retried. This makes for a pretty strange UX. Sadly, building anything better today with LDK is pretty hard - we now push users to fetch balance using
ChainMonitor
'sBalance
s, which is great, but they have no idea about any pending outbound payments which have some amount that is waiting to be retried (i.e. is not currently in any HTLCs). We should expose this, maybe viaRecentPaymentDetails
?The text was updated successfully, but these errors were encountered: