Skip to content

Commit 5c3b284

Browse files
committed
doc: edit commentary about Credit Pool existance
1 parent 96e9cef commit 5c3b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evo/creditpool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ CCreditPoolDiff::CCreditPoolDiff(CCreditPool starter, const CBlockIndex* pindexP
243243
assert(pindexPrev);
244244

245245
if (DeploymentActiveAfter(pindexPrev, consensusParams, Consensus::DEPLOYMENT_MN_RR)) {
246-
// No credit pool exists before V20.
246+
// If credit pool exists, it means v20 is activated
247247
platformReward = PlatformShare(GetMasternodePayment(pindexPrev->nHeight + 1, blockSubsidy, /*fV20Active=*/ true));
248248
}
249249
}

0 commit comments

Comments
 (0)