oops
This commit is contained in:
@@ -1127,7 +1127,7 @@ uint64_t komodo_commission(const CBlock *pblock,int32_t height)
|
|||||||
commission = ((nSubsidy * ASSETCHAINS_COMMISSION) / COIN);
|
commission = ((nSubsidy * ASSETCHAINS_COMMISSION) / COIN);
|
||||||
if ( ASSETCHAINS_FOUNDERS_PERIOD != 0 )
|
if ( ASSETCHAINS_FOUNDERS_PERIOD != 0 )
|
||||||
{
|
{
|
||||||
if ( pblock->GetHeight() % ASSETCHAINS_FOUNDERS_PERIOD == 0 )
|
if ( height % ASSETCHAINS_FOUNDERS_PERIOD == 0 )
|
||||||
commission = commission * ASSETCHAINS_FOUNDERS_PERIOD;
|
commission = commission * ASSETCHAINS_FOUNDERS_PERIOD;
|
||||||
else
|
else
|
||||||
commission = 0;
|
commission = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user