added comment, might need to revert

This commit is contained in:
Paul 2018-06-30 17:22:20 -05:00
parent 96d3b7efc0
commit 2918ea40fe

View File

@ -97,6 +97,7 @@ CGovernanceObject::CGovernanceObject(const CGovernanceObject& other):
fileVotes(other.fileVotes)
{}
// Proccesses votes when first received.
bool CGovernanceObject::ProcessVote(CNode* pfrom,
const CGovernanceVote& vote,
CGovernanceException& exception,