mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
net: Remove unused interrupt from SendMessages
This commit is contained in:
@@ -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();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user