-
Notifications
You must be signed in to change notification settings - Fork 84
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
Allow to override fee rate for on-chain operations #176
Comments
hey, I would like to work on this please. It seems like |
Mhh, they are planning to drop their implementation for I still tend towards this, but if you're eager to pick it up right now we could indeed consider exposing |
We should allow to override our fee estimation for methods like
Node::send_to_onchain_address
.It would however make sense to expose this as an
Option<bitcoin::FeeRate>
in the API. To avoid immediately breaking API again, we should therefore wait until we could upgrade torust-bitcoin
0.30 which introducedFeeRate
.The text was updated successfully, but these errors were encountered: