Revert "Apply suggestions from code review"
This reverts commit 736092abb8
.
This commit is contained in:
parent
624bbf4b9a
commit
3b2077fcfd
|
@ -2,11 +2,6 @@
|
||||||
//!
|
//!
|
||||||
//! 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,
|
||||||
|
|
Loading…
Reference in New Issue