Add a comment about a zcashd inv message bug

This commit is contained in:
teor 2021-03-26 17:13:51 +10:00 committed by Deirdre Connolly
parent a5ff0e983b
commit b329892665
1 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,10 @@ where
// transactions.)
//
// https://zebra.zfnd.org/dev/rfcs/0003-inventory-tracking.html#inventory-monitoring
//
// TODO: zcashd has a bug where it merges queued inv messages of
// the same or different types. So Zebra should split small
// merged inv messages into separate inv messages. (#1799)
match hashes.as_slice() {
[hash @ InventoryHash::Block(_)] => {
let _ = inv_collector.send((*hash, addr));