We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fe62f commit 76a7ffaCopy full SHA for 76a7ffa
src/deployment/types.rs
@@ -182,7 +182,7 @@ impl ContractPublishSpecification {
182
Ok(res) => res,
183
Err(_) => {
184
return Err(format!(
185
- "unable to turn emulated_sender {} as a valid Stacks address",
+ "unable to parse expected sender '{}' as a valid Stacks address",
186
specs.expected_sender
187
))
188
}
0 commit comments