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

Feature Request: feePreference should have minFeeRate and maxFeeRate #184

Open
junderw opened this issue Aug 22, 2019 · 0 comments
Open

Comments

@junderw
Copy link
Contributor

junderw commented Aug 22, 2019

feePreference.minFeeRate if the estimate of feeRate is below this, set the feeRate to this. (this is kind of an extension of explicitFeeRate)


feePreference.maxFeeRate if the estimate of feeRate is above this, return error code.

I know there are probably sanity checks on bitcoind, NBitcoin, NBX, etc etc where it will throw error if fee are > 100000 sat/vByte (BitcoinJS also has a sanity check too)

But it would be nice to have a configurable sanity check.

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