mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Disable fee estimates for a confirm target of 1 block
This commit is contained in:
@@ -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")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user