mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
net: Remove unused interrupt from SendMessages
This commit is contained in:
parent
88a15ebc8d
commit
c469ecf22e
5 changed files with 20 additions and 20 deletions
|
|
@ -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();
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue