Skip to content

Commit 414ddd6

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

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
@@ -137,7 +137,7 @@ impl ContractCallSpecification {
137137
Ok(res) => res,
138138
Err(_) => {
139139
return Err(format!(
140-
"unable to use {} as a valid contract name",
140+
"unable to parse '{}' as a valid contract name",
141141
specs.method
142142
))
143143
}

0 commit comments

Comments
 (0)