From f999ec75e60088544ecb88beaf0daf54f7a2f30d Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 1 Jul 2020 12:44:30 +1000 Subject: [PATCH] fix: Remove a non-standard unicode character in a comment --- zebra-network/src/protocol/external/inv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/protocol/external/inv.rs b/zebra-network/src/protocol/external/inv.rs index 3bf7105d..4c116851 100644 --- a/zebra-network/src/protocol/external/inv.rs +++ b/zebra-network/src/protocol/external/inv.rs @@ -19,7 +19,7 @@ use zebra_chain::transaction::TransactionHash; /// Bitcoin calls this an "inventory vector" but it is just a typed hash, not a /// container, so we do not use that term to avoid confusion with `Vec`. /// -/// [Bitcoin·reference](https://en.bitcoin.it/wiki/Protocol_documentation#Inventory_Vectors) +/// [Bitcoin reference](https://en.bitcoin.it/wiki/Protocol_documentation#Inventory_Vectors) #[derive(Copy, Clone, Debug, Eq, PartialEq)] pub enum InventoryHash { /// An error.