We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1183ba7 commit ffb1d72Copy full SHA for ffb1d72
src/deployment/types.rs
@@ -296,7 +296,7 @@ impl EmulatedContractPublishSpecification {
296
Ok(res) => res,
297
Err(_) => {
298
return Err(format!(
299
- "unable to turn emulated_sender {} as a valid Stacks address",
+ "unable to parse emulated sender '{}' as a valid Stacks address",
300
specs.emulated_sender
301
))
302
}
0 commit comments