mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
updated block size
This commit is contained in:
parent
2892bfe8ae
commit
a8ff6f2603
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user