Skip to content

Commit

Permalink
Update cosmrs/src/base/account_id.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
  • Loading branch information
penso and tony-iqlusion authored Oct 31, 2023
1 parent 5766d6e commit efd972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmrs/src/base/account_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl FromStr for AccountId {
bech32::decode_upper(s)
} else {
bech32::decode(s)
}.wrap_err(format!("invalid uppercase bech32: '{}'", s))?;
}.wrap_err(format!("invalid bech32: '{}'", s))?;
Self::new(&hrp, &bytes)
}
}
Expand Down

0 comments on commit efd972a

Please sign in to comment.