Skip to content

Commit

Permalink
Merge pull request #75 from RSerhii/3.0.2
Browse files Browse the repository at this point in the history
Changed strart of masternode check
  • Loading branch information
phoenixkonsole committed Dec 24, 2020
2 parents b02e177 + 06ffba9 commit 22f653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternode-payments.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern CMasternodePayments masternodePayments;

#define MNPAYMENTS_SIGNATURES_REQUIRED 6
#define MNPAYMENTS_SIGNATURES_TOTAL 10
#define MNPAYMENTS_FIX_WINNER_CHECK 1175000 // 1127100 can be used for testing
#define MNPAYMENTS_FIX_WINNER_CHECK 1275500 // 1127100 can be used for testing

void ProcessMessageMasternodePayments(CNode* pfrom, std::string& strCommand, CDataStream& vRecv);
bool IsBlockPayeeValid(const CBlock& block, int nBlockHeight);
Expand Down

0 comments on commit 22f653b

Please sign in to comment.