From cf455d3a063079916f0bff8ee0335cce00a50f8e Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Sun, 5 Jan 2025 12:36:11 +1100 Subject: [PATCH] Fix typo in prifixes Close: #3856 --- bitcoin/src/address/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/address/mod.rs b/bitcoin/src/address/mod.rs index 50453e6be..8f570979e 100644 --- a/bitcoin/src/address/mod.rs +++ b/bitcoin/src/address/mod.rs @@ -880,7 +880,7 @@ impl fmt::Debug for Address { /// not a valid base58 address. /// /// - [`UnknownHrpError`] if the address does not begin with one of the above SegWit or -/// legacy prifixes. +/// legacy prefixes. impl FromStr for Address { type Err = ParseError;