This commit is contained in:
Jane Lusby 2020-09-01 16:06:08 -07:00 committed by Deirdre Connolly
parent 96c8809348
commit d933abeebf
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ where
if let Ok(Message::Inv(hashes)) = &msg {
// We reject inventory messages with more than one
// item because they are most likely replies to a
// query rather than a newly gosipped block.
// query rather than a newly gossiped block.
//
// https://zebra.zfnd.org/dev/rfcs/0003-inventory-tracking.html#inventory-monitoring
if hashes.len() == 1 {