Document how to get block subsidy information in getblocktemplate.

This commit is contained in:
Kris Nuttycombe 2020-11-13 16:34:19 -07:00
parent d107cf13b6
commit 1a89167944
1 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,8 @@ 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"
"\nArguments:\n"
"1. \"jsonrequestobject\" (string, optional) A json object in the following spec\n"
" {\n"