Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Aug 29, 2023
1 parent 5759843 commit 3889a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl VerifyCommand {

if reference_code_hash != target_code_hash {
tracing::debug!(
"Expected Wasm Binary '{:?}'\n\nGot Wasm Binary `{:?}`",
"Expected Code Hash: '{:?}'\n\nGot Code Hash: `{:?}`",
&reference_code_hash,
&target_code_hash
);
Expand Down

0 comments on commit 3889a62

Please sign in to comment.