diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:07:10 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-12-22 10:07:35 +0200 |
| commit | b42966aead06a4d1e791f44381a856f4e7880c24 (patch) | |
| tree | f569072f1f4a1ee0e4bf1b9dc61c4c5948f9f88e /src/daemon/rpc_command_executor.cpp | |
| parent | 5d33b43d8d957b4ec8051f54a1d14af35226a6dd (diff) | |
| parent | 0ab56b80dbf59ecc9877a055ced3c46dda501646 (diff) | |
| download | monzero-core-b42966aead06a4d1e791f44381a856f4e7880c24.tar.gz monzero-core-b42966aead06a4d1e791f44381a856f4e7880c24.tar.xz monzero-core-b42966aead06a4d1e791f44381a856f4e7880c24.zip | |
Merge pull request #545
0ab56b8 print top block hash in daemon diff command (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
| -rw-r--r-- | src/daemon/rpc_command_executor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
