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:
@@ -95,7 +95,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "zcrawpour", 2 },
|
||||
{ "zcrawpour", 3 },
|
||||
{ "zcrawpour", 4 },
|
||||
{ "zcbenchmark", 1 }
|
||||
{ "zcbenchmark", 1 },
|
||||
{ "getblocksubsidy", 0}
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
||||
Reference in New Issue
Block a user