Skip to content
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

Channel amount cannot be changed manually in input box once "max" is clicked #9104

Closed
strk opened this issue Jun 23, 2024 · 5 comments
Closed

Comments

@strk
Copy link

strk commented Jun 23, 2024

In the "open channel" dialog, the "amount" field can be modified manually just fine until the "max" button is pressed. From then on, there is no way to manually specify an amount and you can only switch betwene "max" and "min" amounts.

This is with version 4.5.5

@accumulator
Copy link
Member

Can't reproduce. Can you give more information?

@strk
Copy link
Author

strk commented Oct 8, 2024

I just tried on Android, version 4.5.5 and could not reproduce there (also, there is no "min" button there) so I guess this was on a GNU/Linux system.

BTW I noticed on Android the warning about need to backup the wallet to recover channels, which is currently not possible (is my understanding) due to #8996

@accumulator
Copy link
Member

BTW I noticed on Android the warning about need to backup the wallet to recover channels, which is currently not possible (is my understanding) due to #8996

The backup is referring to a channel backup, which is not a full wallet backup, but can be used as an emergency method to close the channel from another instance of the wallet with the same seed.

@strk
Copy link
Author

strk commented Oct 8, 2024

Ok I could reproduce on desktop. How to reproduce:

  1. New Channel
  2. hit Max (Max button toggles to pressed, amount background becomes blue)
  3. hit Min (Max button toggles to depressed, amount background remains blue)
  4. CANNOT EDIT AMOUNT
  5. hit Min again, still cannot edit amount
  6. hit Max (Max button toggles to pressed), still cannot edit amount
  7. hit Max (Max button toggles to depressed) -- FINALLY I can edit amount

I'm not sure it's the same issue I reported initially but surely it's odd. Maybe the Min button should also remain in pressed state or something ?

@accumulator
Copy link
Member

fixed in 1d7ccb3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants