-
Notifications
You must be signed in to change notification settings - Fork 109
Add lastHop parameter for loop in quotes #920
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
Conversation
371fb7f to
d2a2edd
Compare
ViktorT-11
left a comment
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
|
@jbrill: review reminder |
jbrill
left a comment
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! Sorry about the delayed review
Might just need a rebase on the release notes!
99057f7 to
a1ae2bd
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
swapViewand loop protobuf definitons already had all of the necessary variables and functions defined 🎉