diff --git a/bitcoin/src/address/mod.rs b/bitcoin/src/address/mod.rs index 9934f5ab..9f374cdf 100644 --- a/bitcoin/src/address/mod.rs +++ b/bitcoin/src/address/mod.rs @@ -132,9 +132,8 @@ impl NetworkValidation for NetworkUnchecked { /// The inner representation of an address, without the network validation tag. /// -/// An `Address` is composed of a payload and a network. This struct represents the inner -/// representation of an address without the network validation tag, which is used to ensure that -/// addresses are used only on the appropriate network. +/// This struct represents the inner representation of an address without the network validation +/// tag, which is used to ensure that addresses are used only on the appropriate network. #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] enum AddressInner { P2pkh { hash: PubkeyHash, network: NetworkKind },