-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add lastHop parameter for loop in quotes #920
base: master
Are you sure you want to change the base?
Conversation
371fb7f
to
d2a2edd
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.
LGTM! Could be worth getting an ACK from someone that works with the LiT frontend code as well :)
The code LGTM but haven't tested. Tagging @jbrill for review since I am OOO this week. |
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.
tACK LGTM 👌
Just needs a rebase then can be merged.
d2a2edd
to
83da8fb
Compare
@jamaljsr Rebased and updated my release notes to use the new v0.14.1 file |
83da8fb
to
99057f7
Compare
Fixes #904
Was able to reproduce this bug on regtest by changing the fee rate on one of my test nodes.
Fix was pretty simple because the
swapView
and loop protobuf definitons already had all of the necessary variables and functions defined 🎉