Skip to content

Commit

Permalink
Update core/src/utils/account_id20.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhry authored Jun 11, 2024
1 parent f9cf2d8 commit a8a2665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/utils/account_id20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Display for FromChecksumError {
match self {
FromChecksumError::BadLength => write!(f, "Length is bad"),
FromChecksumError::InvalidChecksum => write!(f, "Invalid checksum"),
FromChecksumError::InvalidPrefix => write!(f, "Invalid SS58 prefix byte."),
FromChecksumError::InvalidPrefix => write!(f, "Invalid checksum prefix byte."),
}
}
}
Expand Down

0 comments on commit a8a2665

Please sign in to comment.