Better error handling when outbound liquidity is to low
Open
enhancement
good first issue
REST
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
If a user tries to send funds from a node where the channel has outgoing liquidity below the channel reserve amount, the error message will say no route found. This is technically correct, but the error message could be more descriptive to the API user.
A better solution would be to check before attempting to send. This affects at least Core Lightning.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.