Skip to content

Commit

Permalink
Merge pull request #556 from Concordium/fix-schema-error-description
Browse files Browse the repository at this point in the history
Fix inconsistent error description
  • Loading branch information
soerenbf authored Sep 11, 2024
2 parents f2db8a0 + 412eea8 commit 60710de
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 60710de

Please sign in to comment.