Skip to content

Commit 76a7ffa

Browse files
lgalabruobycode
andauthored
Update src/deployment/types.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent 18fe62f commit 76a7ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl ContractPublishSpecification {
182182
Ok(res) => res,
183183
Err(_) => {
184184
return Err(format!(
185-
"unable to turn emulated_sender {} as a valid Stacks address",
185+
"unable to parse expected sender '{}' as a valid Stacks address",
186186
specs.expected_sender
187187
))
188188
}

0 commit comments

Comments
 (0)