updated block size

This commit is contained in:
Evan 2014-01-11 10:58:17 -07:00
parent 2892bfe8ae
commit a8ff6f2603

View File

@ -1063,7 +1063,7 @@ uint256 static GetOrphanRoot(const CBlockHeader* pblock)
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 50 * COIN;
int64 nSubsidy = 5000 * COIN;
// Subsidy is cut in half every 840000 blocks, which will occur approximately every 4 years
nSubsidy >>= (nHeight / (840000/16)); // Xcoin: 840k blocks in ~0.25 years