Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LIMXTEC/BitCore into 0.9.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
limxdev committed Apr 17, 2020
2 parents 0aee58d + 9798a64 commit 173373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternode-payments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ bool IsBlockPayeeValid(const CTransactionRef txNew, int nBlockHeight, CAmount bl
// we can only check masternode payments

const Consensus::Params& consensusParams = Params().GetConsensus();

if(sporkManager.IsSporkActive(SPORK_22_MASTERNODE_PAYMENT_ENFORCEMENT))
{
LogPrintf("IsBlockPayeeValid SPORK_22 -- ERROR: Invalid masternode payment detected at height %d: %s\n", nBlockHeight, txNew->ToString());
Expand Down

0 comments on commit 173373c

Please sign in to comment.