Skip to content

Commit

Permalink
Fix inconsistent error description
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 11, 2024
1 parent f2db8a0 commit 412eea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ mod impls {
NoParamsInReceive,
#[error("Init function schema does not contain a parameter schema")]
NoParamsInInit,
#[error("Receive function schema not found in contract schema")]
#[error("Receive function schema does not contain an error schema")]
NoErrorInReceive,
#[error("Init function schema does not contain an error schema")]
NoErrorInInit,
Expand Down

0 comments on commit 412eea8

Please sign in to comment.