-
Notifications
You must be signed in to change notification settings - Fork 376
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
Add min_relay_fee
checks for fee-estimation calls
#1016
Comments
Working on this |
Kind of related, but is this constant not supposed to be
(Divide 1000 by 4 instead of multiplying?) I might be misunderstanding that variable name. I'll create a const for the 253 sat/kvB min rate for the assertions needed for this issue. I think CLN calls it |
If you would like the rational Bitcoin Core rounds up during the conversion from weight to vbytes : https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.cpp#L296 Therefore, if your transaction is let's say 1003 WU offering a feerate of 250 sats/kW because you think |
See #985 (comment)
The text was updated successfully, but these errors were encountered: