Skip to content

Commit

Permalink
mod update
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Jul 24, 2014
1 parent ed48930 commit 0bff427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.h
Expand Up @@ -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();
};

Expand Down

0 comments on commit 0bff427

Please sign in to comment.