Add getblocksubsidy RPC command to return the block reward for a given

block, taking into account the mining slow start.
This commit is contained in:
Simon
2016-06-27 13:04:33 -07:00
parent 1ea8b00926
commit 1b114e54c4
4 changed files with 29 additions and 1 deletions

View File

@@ -95,7 +95,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "zcrawpour", 2 },
{ "zcrawpour", 3 },
{ "zcrawpour", 4 },
{ "zcbenchmark", 1 }
{ "zcbenchmark", 1 },
{ "getblocksubsidy", 0}
};
class CRPCConvertTable