Skip to content

Commit

Permalink
Update applications/tari_base_node/src/parser.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Bondi <[email protected]>
  • Loading branch information
SWvheerden and sdbondi authored May 20, 2020
1 parent d5b84a0 commit a610e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_base_node/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ impl Parser {
println!("{}", joined);
},
GetStateInfo => {
println!("Prints out the status of the base_node state machine");
println!("Prints out the status of the base node state machine");
},
GetBalance => {
println!("Gets your balance");
Expand Down

0 comments on commit a610e52

Please sign in to comment.