net: Remove unused interrupt from SendMessages

This commit is contained in:
fanquake
2018-07-02 10:26:47 +08:00
parent 88a15ebc8d
commit c469ecf22e
5 changed files with 20 additions and 20 deletions

View File

@@ -3218,7 +3218,7 @@ public:
}
};
bool PeerLogicValidation::SendMessages(CNode* pto, std::atomic<bool>& interruptMsgProc)
bool PeerLogicValidation::SendMessages(CNode* pto)
{
const Consensus::Params& consensusParams = Params().GetConsensus();
{