Skip to content

Commit

Permalink
fix UI feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Dec 17, 2021
1 parent 2b1c912 commit 71effff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_base_node/src/command_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ impl CommandHandler {
Ok(mut data) => match data.pop() {
Some(v) => println!("{}", v.block()),
_ => println!(
"Pruned node: utxo found, but block not found for utxo commitment {}",
"Block not found for utxo commitment {}",
commitment.to_hex()
),
},
Expand Down

0 comments on commit 71effff

Please sign in to comment.