Skip to content

Commit 8cbe0a1

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

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
@@ -116,7 +116,7 @@ impl ContractCallSpecification {
116116
Ok(res) => res,
117117
Err(_) => {
118118
return Err(format!(
119-
"unable to parse {} as a valid contract_id",
119+
"unable to parse '{}' as a valid contract identifier",
120120
specs.contract_id
121121
))
122122
}

0 commit comments

Comments
 (0)