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
Remove reveal_timeout can not be larger or equal to settlement_timout message #2515
Comments
@err508 |
@err508 Thanks, I will add an extra validation to the field. |
@err508 I am having trouble finding where The message The only place I could find |
@kelsos |
@andrevmatos Yes but if I need to validate the |
No, you can't. |
@andrevmatos If we can also expose it along with the other information it would be great 👍 |
If the reveal timeout is tweakable, we only have a lower bound for the |
Yes, |
Ok, there's a problem. The
|
Problem Definition
When opening a channel a user is given the option to choose the settle timeout. The UI denotes:
The smallest allowed value is 1
and displaysreveal_timeout can not be larger or equal to settlement_timeout
if a to small settlement timeout is chosen.I'd suggest to remove the error message here and display the minimum
Settle Timeout
as constrained by thereveal_timeout
in the channel opening view.The text was updated successfully, but these errors were encountered: