Skip to content

Commit

Permalink
feat(wallet): add help for cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jun 3, 2022
1 parent da5d537 commit 6f298aa
Show file tree
Hide file tree
Showing 8 changed files with 329 additions and 1,048 deletions.
2 changes: 1 addition & 1 deletion applications/tari_app_utilities/src/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn either_to_node_id(either: Either<CommsPublicKey, NodeId>) -> NodeId {
}
}

#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct UniPublicKey(PublicKey);

impl FromStr for UniPublicKey {
Expand Down
Loading

0 comments on commit 6f298aa

Please sign in to comment.