mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
refactor: drop unneeded MIN_PEER_PROTO_VERSION from RelayInv
This commit is contained in:
parent
94da0de6ef
commit
da0b8e2ce1
@ -3439,7 +3439,7 @@ void PeerManagerImpl::PostProcessMessage(MessageProcessingResult&& result, NodeI
|
||||
WITH_LOCK(cs_main, RelayTransaction(tx));
|
||||
}
|
||||
if (result.m_inventory) {
|
||||
RelayInv(result.m_inventory.value(), MIN_PEER_PROTO_VERSION);
|
||||
RelayInv(result.m_inventory.value());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user