-
Notifications
You must be signed in to change notification settings - Fork 67
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
store "max sane feerate" in config file instead hardcoding it #891
Comments
I opened this, as it's related: |
looking at this, in
should we move all in the config file instead? |
Sure we can make the dust output sat, max fee, max feerate and long term feerate configurable. |
I am using this thread to give an opinion about configuration: I think we should not use the configuration file for this kind of values but use the wallet table and change them using a new command. It will help us long term for the multiple wallet support and it enable "on the fly" change of the dust value by the client without having to restart the daemon. |
you mean have some way from GUI (in settings) to allow user to change? |
following my comment here, i think we should store this value in the config file instead of hardcoding it as we already see many tx w/ a feerate > 1000sats/vb
(I do not check if it has already been tackled in the lasts commits of v4)
The text was updated successfully, but these errors were encountered: