mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Fix vote ratecheck (#2813)
This commit is contained in:
parent
b52d0ad194
commit
66c2f39531
@ -172,9 +172,9 @@ bool CGovernanceObject::ProcessVote(CNode* pfrom,
|
||||
<< ", time delta = " << nTimeDelta;
|
||||
LogPrint("gobject", "%s\n", ostr.str());
|
||||
exception = CGovernanceException(ostr.str(), GOVERNANCE_EXCEPTION_TEMPORARY_ERROR);
|
||||
nVoteTimeUpdate = nNow;
|
||||
return false;
|
||||
}
|
||||
nVoteTimeUpdate = nNow;
|
||||
}
|
||||
|
||||
bool onlyVotingKeyAllowed = nObjectType == GOVERNANCE_OBJECT_PROPOSAL && vote.GetSignal() == VOTE_SIGNAL_FUNDING;
|
||||
|
Loading…
Reference in New Issue
Block a user