Skip to content

Commit c60b782

Browse files
lgalabruobycode
andauthored
Update src/deployment/types.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent 414ddd6 commit c60b782

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
@@ -243,7 +243,7 @@ impl EmulatedContractCallSpecification {
243243
Ok(res) => res,
244244
Err(_) => {
245245
return Err(format!(
246-
"unable to turn emulated_sender {} as a valid Stacks address",
246+
"unable to parse emulated sender '{}' as a valid Stacks address",
247247
specs.emulated_sender
248248
))
249249
}

0 commit comments

Comments
 (0)