Skip to content

Commit

Permalink
style: renamed semver error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 22, 2023
1 parent 7dd2a5d commit 48de915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum ContractError {
ProstEncodeError(#[from] cosmos_sdk_proto::prost::EncodeError),

#[error("semver parse error: {0}")]
FromStrError(#[from] semver::Error),
SemverError(#[from] semver::Error),

#[error("unauthorized")]
Unauthorized {},
Expand Down

0 comments on commit 48de915

Please sign in to comment.