net: Remove unused interrupt from SendMessages

This commit is contained in:
fanquake 2018-07-02 10:26:47 +08:00
parent 88a15ebc8d
commit c469ecf22e
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
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();
{