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.