Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Jane Lusby 2021-02-19 13:28:07 -08:00
parent 6f205a1812
commit 736092abb8
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
//! //!
//! Maps the external Zcash/Bitcoin protocol to Zebra's internal request/response //! Maps the external Zcash/Bitcoin protocol to Zebra's internal request/response
//! protocol. //! protocol.
//!
//! This module contains a lot of undocumented assumptions about the Zcash
//! network protocol. We don't know if these assumptions match the `zcashd`
//! implementation. It should be refactored into a cleaner set of
//! request/response pairs (#1515).
use std::{ use std::{
collections::HashSet, collections::HashSet,