-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
buildroute use lnd default #8387
buildroute use lnd default #8387
Conversation
bd457f6
to
12ee38a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement, thanks for the PR!
This commit uses the default timelock delta (cltv delta) when no value is provided for the buildroute rpc cmd. Moreover it enhances the docs.
12ee38a
to
1880343
Compare
Now the default of the lnd backend is used instead of providing the default value via the caller of the buildroute rpc cmd.
1880343
to
2db5752
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR ⛵
Fixes #8380.
Now the lncli does not provide a default value but we check on the lnd side and if its not provided we use the lnd default.
Moreover improves the docs.