Fix two more race conditions involving us taking our position late.

Remove an incorrect comment.
This commit is contained in:
JoelKatz
2012-09-17 00:38:47 -07:00
parent 53107d2325
commit 89518e23cc
2 changed files with 8 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ public:
const uint256& getTransactionID() const { return mTransactionID; }
bool getOurVote() const { return mOurVote; }
Serializer& peekTransaction() { return transaction; }
void setOurVote(bool o) { mOurVote = o; }
void setVote(const uint160& peer, bool votesYes);
void unVote(const uint160& peer);