Skip to content

Commit

Permalink
Merge pull request #774 from thelazier/patch-2
Browse files Browse the repository at this point in the history
Fix Hot Masternode
  • Loading branch information
schinzelh committed May 11, 2016
2 parents 28fc3ba + fe66b5a commit c77d983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/activemasternode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ void CActiveMasternode::ManageStatus()
return;
}

//update to masternode list
LogPrintf("CActiveMasternode::ManageStatus() - Update Masternode List\n");
mnodeman.UpdateMasternodeList(mnb);

//send to all peers
LogPrintf("CActiveMasternode::ManageStatus() - Relay broadcast vin = %s\n", vin.ToString());
mnb.Relay();
Expand Down

0 comments on commit c77d983

Please sign in to comment.