We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414ddd6 commit c60b782Copy full SHA for c60b782
src/deployment/types.rs
@@ -243,7 +243,7 @@ impl EmulatedContractCallSpecification {
243
Ok(res) => res,
244
Err(_) => {
245
return Err(format!(
246
- "unable to turn emulated_sender {} as a valid Stacks address",
+ "unable to parse emulated sender '{}' as a valid Stacks address",
247
specs.emulated_sender
248
))
249
}
0 commit comments