Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Jun 13, 2020
2 parents 08e5bc7 + a768313 commit d1a30b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn handle_input_commands(sender: Sender<Event>) {
}
MINE => {
event_cmd = Some(Command::Mine);
debug!("{}", "Mined!!!".color(MSG_COLOR))
debug!("{}", "Ready to mine".color(MSG_COLOR))
}
SEE_BLOCKCHAIN => {
event_cmd = Some(Command::Display);
Expand Down

0 comments on commit d1a30b0

Please sign in to comment.