Skip to content

Commit 9798a64

Browse files
author
limxdev
committed
Update masternode-payments.cpp
1 parent d949d33 commit 9798a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/masternode-payments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bool IsBlockPayeeValid(const CTransactionRef txNew, int nBlockHeight, CAmount bl
143143
// we can only check masternode payments
144144

145145
const Consensus::Params& consensusParams = Params().GetConsensus();
146-
146+
147147
if(sporkManager.IsSporkActive(SPORK_22_MASTERNODE_PAYMENT_ENFORCEMENT))
148148
{
149149
LogPrintf("IsBlockPayeeValid SPORK_22 -- ERROR: Invalid masternode payment detected at height %d: %s\n", nBlockHeight, txNew->ToString());

0 commit comments

Comments
 (0)