Skip to content

Commit

Permalink
compiles successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Oct 22, 2014
1 parent 84d2226 commit cfddcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4321,10 +4321,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
if(!mn.UpdatedWithin(MASTERNODE_MIN_SECONDS)){
mn.UpdateLastSeen();

if(mn.vin.now < sigTime){
if(mn.now < sigTime){
printf("dsee - Got updated entry for %s\n", addr.ToString().c_str());
mn.pubkey2 = pubkey2;
mn.now = sigTime
mn.now = sigTime;
mn.sig = vchSig;
}

Expand Down

0 comments on commit cfddcc4

Please sign in to comment.