Skip to content

Commit

Permalink
update error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jun 15, 2024
1 parent 7e609dc commit f064ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/addresses/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum AddressError {
#[error("The address checksum is invalid")]
BadChecksum,

#[error("The address payload invalid")]
#[error("The address payload is invalid")]
BadPayload,

#[error("The address is invalid")]
Expand Down

0 comments on commit f064ea7

Please sign in to comment.