Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/tiertwo_networksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ bool CMasternodeSync::MessageDispatcher(CNode* pfrom, std::string& strCommand, C
// TODO: This could be a MASTERNODE_SYNC_BUDGET_FIN as well, possibly should decouple the finalization budget sync
// from the MASTERNODE_SYNC_BUDGET_PROP (both are under the BUDGETVOTESYNC message)
UpdatePeerSyncState(pfrom->GetId(), NetMsgType::BUDGETVOTESYNC, MASTERNODE_SYNC_FINISHED);
LogPrintf("SYNC FINISHED!\n");
return true;
}
case MASTERNODE_SYNC_BUDGET_FIN: {
Expand Down