From 0ab56b80dbf59ecc9877a055ced3c46dda501646 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 18 Dec 2015 19:56:17 +0000 Subject: print top block hash in daemon diff command and add top block hash in get_info RPC --- src/daemon/rpc_command_executor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon') diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 686af69c2..9e7f3fdc3 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -241,6 +241,7 @@ bool t_rpc_command_executor::show_difficulty() { } tools::success_msg_writer() << "BH: " << res.height + << ", TH: " << res.top_block_hash << ", DIFF: " << res.difficulty << ", HR: " << (int) res.difficulty / res.target << " H/s"; -- cgit v1.2.3