Update getblocktemplate documentation.

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2020-11-13 17:09:29 -07:00 committed by GitHub
parent 1a89167944
commit c8a90d9b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -417,7 +417,9 @@ UniValue getblocktemplate(const UniValue& params, bool fHelp)
"It returns data needed to construct a block to work on.\n"
"See https://en.bitcoin.it/wiki/BIP_0022 for full specification.\n"
"\nTo obtain information about founder's reward or funding stream amounts, use 'getblocksubsidy $(getblocktemplate)[\"height\"]'.\n"
"\nTo obtain information about founder's reward or funding stream\n"
"amounts, use 'getblocksubsidy HEIGHT' passing in the height returned\n"
"by this API.\n"
"\nArguments:\n"
"1. \"jsonrequestobject\" (string, optional) A json object in the following spec\n"