Skip to content

Commit

Permalink
refactor: drop unneeded MIN_PEER_PROTO_VERSION from RelayInv
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 2, 2024
1 parent 94da0de commit da0b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}

Expand Down

0 comments on commit da0b8e2

Please sign in to comment.