Skip to content

Commit c99fbcf

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

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
@@ -617,7 +617,7 @@ impl WalletSpecification {
617617
Ok(res) => res,
618618
Err(_) => {
619619
return Err(format!(
620-
"unable to turn {}'s principal as a valid Stacks address",
620+
"unable to parse {}'s principal as a valid Stacks address",
621621
specs.name
622622
))
623623
}

0 commit comments

Comments
 (0)