Add a comment about a zcashd inv message bug
This commit is contained in:
parent
a5ff0e983b
commit
b329892665
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue