From 3b2077fcfd9d2716970659b5115bfea55c7decae Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 23 Feb 2021 10:54:48 +1000 Subject: [PATCH] Revert "Apply suggestions from code review" This reverts commit 736092abb8e29f2703f9da91e2409b3eeac4be11. --- zebra-network/src/peer/connection.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zebra-network/src/peer/connection.rs b/zebra-network/src/peer/connection.rs index f96815224..9bccfbce6 100644 --- a/zebra-network/src/peer/connection.rs +++ b/zebra-network/src/peer/connection.rs @@ -2,11 +2,6 @@ //! //! Maps the external Zcash/Bitcoin protocol to Zebra's internal request/response //! 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::{ collections::HashSet,