-
Notifications
You must be signed in to change notification settings - Fork 111
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
[custom channels]: send/receive of below-dust sat amounts get pathfinding spinning #1073
Comments
Symptom seems to be similar to #1013, the path finding algorithm ends up spinning forever trying to find a route. |
Looks like it ended up trying to send a zero value HTLC if the logging here is correct. |
I think that's always 0 while things are in-flight (and the table above it is being updated).
|
Related to #1060 |
Closed by #1120 |
We tried a few scenarios
a. Receiver provides us with SATS invoice, we pay the invoice via Assets, the node hangs up due to showing inflight status
Here are the logs from the server
paying_via_asset.txt
b. Another scenario we tried,
Receiving an asset paying via SATS, for a smaller amount, Lower than 354 Dusk
How to handle an asset minted in millicents, and whose exchange cannot make up to dusk limit, how to support micropayments for this? In this case too, node got stuck and we needed to restart the node
Running this LITD Tag
The text was updated successfully, but these errors were encountered: