Fix typo in prifixes

Close: #3856
This commit is contained in:
Tobin C. Harding 2025-01-05 12:36:11 +11:00
parent b97be3d497
commit cf455d3a06
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ impl<V: NetworkValidation> fmt::Debug for Address<V> {
/// 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<NetworkUnchecked> {
type Err = ParseError;