From a6e272bf1cd14d8c34a9b9bf6d48078cd04ce3cf Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 28 May 2021 22:50:43 +1000 Subject: [PATCH] Fix a typo: BIP11 -> BIP111 (#2223) --- zebra-network/src/peer/connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/peer/connection.rs b/zebra-network/src/peer/connection.rs index 0d51ae5c..4fa9c013 100644 --- a/zebra-network/src/peer/connection.rs +++ b/zebra-network/src/peer/connection.rs @@ -843,7 +843,7 @@ where | Message::FilterAdd { .. } | Message::FilterClear { .. } => { self.fail_with(PeerError::UnsupportedMessage( - "got BIP11 message without advertising NODE_BLOOM", + "got BIP111 message without advertising NODE_BLOOM", )); return; }