We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the max fee starts at 80,000 sats, the user is able to set this fee manually.
In production we'll need to estimate the max fee for the user and then suggest it.
If the user chooses to set their own max fee we must allow that flexibility.
The text was updated successfully, but these errors were encountered:
Marking this as high because it might be hard to estimate fees and so we need user input -- which is on the critical path for deposits.
Sorry, something went wrong.
setbern
No branches or pull requests
Right now the max fee starts at 80,000 sats, the user is able to set this fee manually.
In production we'll need to estimate the max fee for the user and then suggest it.
If the user chooses to set their own max fee we must allow that flexibility.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: