Skip to content

Commit

Permalink
Update core/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kubaplas and coderabbitai[bot] authored Jan 24, 2024
1 parent 2ed06d0 commit 19ba3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub enum ExecutionError {
KeyNotFound = 117,
CouldNotDeserializeSignature = 118,
TypeMismatch = 119,
CouldnNotSignMessage = 120,
CouldNotSignMessage = 120,
MaxUserError = 32767,
/// User error too high. The code should be in range 0..32767.
UserErrorTooHigh = 32768,
Expand Down

0 comments on commit 19ba3a6

Please sign in to comment.