Disable fee estimates for a confirm target of 1 block

This commit is contained in:
Alex Morcos
2016-11-29 12:18:44 -05:00
parent e56cf67e6b
commit d824ad030e
3 changed files with 23 additions and 8 deletions

View File

@@ -785,6 +785,8 @@ UniValue estimatefee(const JSONRPCRequest& request)
"\n"
"A negative value is returned if not enough transactions and blocks\n"
"have been observed to make an estimate.\n"
"-1 is always returned for nblocks == 1 as it is impossible to calculate\n"
"a fee that is high enough to get reliably included in the next block.\n"
"\nExample:\n"
+ HelpExampleCli("estimatefee", "6")
);