Skip to content

Commit

Permalink
Sync error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-casper committed Jan 11, 2024
1 parent 14a4f4b commit f5c4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/binary_port/error_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub enum ErrorCode {
#[cfg_attr(feature = "std", error("wasm preprocessing"))]
WasmPreprocessing = 5,
/// Invalid protocol version.
#[cfg_attr(feature = "std", error("invalid protocol version"))]
#[cfg_attr(feature = "std", error("unsupported protocol version"))]
UnsupportedProtocolVersion = 6,
/// Invalid deploy.
#[cfg_attr(feature = "std", error("invalid deploy"))]
Expand Down

0 comments on commit f5c4f87

Please sign in to comment.