Skip to content
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

rebalance only checks max-fee-rate at the end #125

Closed
daywalker90 opened this issue Aug 25, 2021 · 1 comment
Closed

rebalance only checks max-fee-rate at the end #125

daywalker90 opened this issue Aug 25, 2021 · 1 comment

Comments

@daywalker90
Copy link

Current behaviour is like this: set max-fee-rate to X: bos tries routes where total fee rate is >X or even a single channel demands >X as a fee rate. Then after probing for the amount it exits with RebalanceFeeRateTooHigh. I think it would be better (faster) to skip the route without even trying and continue with another route.

@alexbosworth
Copy link
Owner

This is by design

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants