Skip to content

Commit

Permalink
More details on message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio committed Oct 1, 2024
1 parent 53d9eb0 commit eeb3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrumenter/instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Instrumenter {
} else {
bail!(
"It seems that your instrumented smart contract did not compile properly. \
Please go to {p_display}, edit the source code, and run `cargo contract build` again.",
Please go to `{p_display}`, edit the source code, and run `cargo contract build --features phink` again. It might be because your contract has a bug inside, or because you haven't created any invariants for instance.",
)
}

Expand Down

0 comments on commit eeb3e9f

Please sign in to comment.