-
Notifications
You must be signed in to change notification settings - Fork 407
Include htlc_maximum/minimum in ChannelDetails #1287
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
Comments
Should getting the minimum htlc value be For routing it should be the counterparty's minimum htlc value correct? |
Good question, I assume both, though, yes, for invoice hints we specifically care about our counterparty's parameters as that is what the counterparty applies on htlcs towards us. Presumably in the |
So in ChannelDetails we would want both holder & counterparty min/max? API doesn't implement max htlc for counterparty and holder for |
Oops, sorry I took a while to get back to you here, I'll continue discussion on the PR, thanks! |
I could pick this up and continue working on it. Unless you would like to pick it up again @BennyBlockchain? |
Sounds great. |
This is useful in the router and we should also pass it as described at #1199 (comment)
The text was updated successfully, but these errors were encountered: