From 0bff4274b7174c055e33543e077df32c2b32080f Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 24 Jul 2014 13:04:58 -0700 Subject: [PATCH] mod update --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index ccf3524d31616..471d2f887e795 100644 --- a/src/main.h +++ b/src/main.h @@ -2522,8 +2522,8 @@ class CDarkSendPool void SubmitMasternodeVote(CTxIn& vinWinningMasternode, CTxIn& vinMasterNodeFrom, int64 nBlockHeight); int GetMasternodeByVin(CTxIn& vin); int GetMasternodeRank(CTxIn& vin, int mod); - int GetCurrentMasterNode(int mod=10, int64 nBlockHeight=0); - bool GetLastValidBlockHash(uint256& hash, int mod=10, int nBlockHeight=0); + int GetCurrentMasterNode(int mod=1, int64 nBlockHeight=0); + bool GetLastValidBlockHash(uint256& hash, int mod=1, int nBlockHeight=0); void NewBlock(); };