Skip to content

Commit

Permalink
fix: corrected to appropriate error message (#321)
Browse files Browse the repository at this point in the history
* fix: corrected to appropriate error message

* fix: reflect comments

* fix: delete unnecessary '{}'
  • Loading branch information
da1suk8 authored Jul 25, 2023
1 parent db08495 commit a7a9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/call-number/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pub enum ContractError {
Std(#[from] StdError),
#[error("Overflow Error")]
Overflow,
#[error("Storage does not have the number")]
#[error("Storage does not have the address")]
StorageError,
}

0 comments on commit a7a9154

Please sign in to comment.