Skip to content

Commit ffb1d72

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

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
@@ -296,7 +296,7 @@ impl EmulatedContractPublishSpecification {
296296
Ok(res) => res,
297297
Err(_) => {
298298
return Err(format!(
299-
"unable to turn emulated_sender {} as a valid Stacks address",
299+
"unable to parse emulated sender '{}' as a valid Stacks address",
300300
specs.emulated_sender
301301
))
302302
}

0 commit comments

Comments
 (0)