Skip to content

Commit 686a3e4

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

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
@@ -127,7 +127,7 @@ impl ContractCallSpecification {
127127
Ok(res) => res,
128128
Err(_) => {
129129
return Err(format!(
130-
"unable to turn emulated_sender {} as a valid Stacks address",
130+
"unable to parse emulated sender '{}' as a valid Stacks address",
131131
specs.expected_sender
132132
))
133133
}

0 commit comments

Comments
 (0)