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

estimatefee is less than relay fee (0.15.1) #12450

Closed
RHavar opened this issue Feb 16, 2018 · 2 comments
Closed

estimatefee is less than relay fee (0.15.1) #12450

RHavar opened this issue Feb 16, 2018 · 2 comments

Comments

@RHavar
Copy link
Contributor

RHavar commented Feb 16, 2018

Just incase it's not fixed, I'm running a testnet node with 0.15.1

estimatefee 6 returns 0.00000999 while the relayFee is actually 0.00001000 -- note that this doesn't affect estimateSmartFee which is returning a more sane 0.00001008.

Anyway, I realize estimatefee is deprecated but it's still probably worth chucking in a MAX(x, relayFee) there until it's removed [assuming it hasn't since been fixed]

@maflcko
Copy link
Member

maflcko commented Feb 16, 2018

Please note that

throw JSONRPCError(RPC_METHOD_DEPRECATED, "estimatefee was removed in v0.17.\n"

The estimatesmartfee issue was fixed in e542728

@maflcko
Copy link
Member

maflcko commented Feb 16, 2018

Can be closed, imo.

@RHavar RHavar closed this as completed Feb 16, 2018
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@fanquake @maflcko @RHavar and others