diff --git a/applications/tari_base_node/src/command_handler.rs b/applications/tari_base_node/src/command_handler.rs index e4c1105015..76d79551ed 100644 --- a/applications/tari_base_node/src/command_handler.rs +++ b/applications/tari_base_node/src/command_handler.rs @@ -190,7 +190,7 @@ impl CommandHandler { status_line.add_field( "RandomX", format!( - " #{} with flags {:?}", + "#{} with flags {:?}", state_info.borrow().randomx_vm_cnt, state_info.borrow().randomx_vm_flags ),