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

Allow configuring sendrawtransaction maxfeerate #231

Open
casey opened this issue Jul 29, 2022 · 0 comments
Open

Allow configuring sendrawtransaction maxfeerate #231

casey opened this issue Jul 29, 2022 · 0 comments

Comments

@casey
Copy link
Contributor

casey commented Jul 29, 2022

sendrawtransaction supports a maxfeerate parameter that isn't exposed by RpcApi::send_raw_transaction. I needed to set this for testing, and was able to get around it missing by using call directly, but it would be nice if this were exposed.

It could be exposed as RpcApi::send_Raw_transaction_with_max_fee_rate which takes two parameters.

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

No branches or pull requests

1 participant