Skip to content

Commit 93140f3

Browse files
committed
remove: dirty fix.
1 parent 7916aa0 commit 93140f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cblock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ bool CBlock::CheckBlock(bool fCheckPOW, bool fCheckMerkleRoot, bool fCheckSig) c
12531253
}
12541254
}
12551255

1256-
if (nIndexedMasternodePayment == nMasternodePayment || nIndexedMasternodePayment == 100)
1256+
if (nIndexedMasternodePayment == nMasternodePayment)
12571257
{
12581258
LogPrintf("CheckBlock() : PoS Recipient masternode amount validity succesfully verified\n");
12591259
}
@@ -1340,7 +1340,7 @@ bool CBlock::CheckBlock(bool fCheckPOW, bool fCheckMerkleRoot, bool fCheckSig) c
13401340
}
13411341
}
13421342

1343-
if (nAmount == nMasternodePayment || nAmount == 100)
1343+
if (nAmount == nMasternodePayment)
13441344
{
13451345
LogPrintf("CheckBlock() : PoW Recipient masternode amount validity succesfully verified\n");
13461346
}

0 commit comments

Comments
 (0)