danicoin/src/daemon
Mike C 5dd91f6332 fix formatting error on bitmonero print_block return
Example of current return for `print_block 912345`:

    timestamp: 1452793716
    previous hash:
b61c58b2e0be53fad5ef9d9731a55e8a81d972b8d90ed07c04fd37ca6403ff78
    nonce: 1646
    is orphan: 0
    height: 912345
    depth: 85434
    hash:
e22cf75f39ae720e8b71b3d120a5ac03f0db50bba6379e2850975b4859190bc6difficul
ty: 815625611
    reward: 7388968946286
    {
      "major_version": 1,
      "minor_version": 2,
      …

Without `std::endl`, the difficulty gets smashed on the end of the hash.
2016-03-14 23:31:09 -06:00
..
CMakeLists.txt Use CMAKE_LINKER, not hardcoded "ld" 2016-01-03 08:22:38 +00:00
command_line_args.h updated copyright year 2015-12-31 08:39:56 +02:00
command_parser_executor.cpp new flush_txpool command, and associated RPC call 2016-01-30 13:28:26 +00:00
command_parser_executor.h new flush_txpool command, and associated RPC call 2016-01-30 13:28:26 +00:00
command_server.cpp new flush_txpool command, and associated RPC call 2016-01-30 13:28:26 +00:00
command_server.h updated copyright year 2015-12-31 08:39:56 +02:00
core.h Nicer looking exit when blockchain.bin is found 2015-12-31 17:09:00 +00:00
daemon.cpp move g_test_dbg_lock_sleep from a global to a function level static 2016-02-22 19:34:09 +00:00
daemon.h updated copyright year 2015-12-31 08:39:56 +02:00
executor.cpp update version 2015-12-31 23:12:13 +02:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp move g_test_dbg_lock_sleep from a global to a function level static 2016-02-22 19:34:09 +00:00
p2p.h updated copyright year 2015-12-31 08:39:56 +02:00
protocol.h updated copyright year 2015-12-31 08:39:56 +02:00
rpc.h updated copyright year 2015-12-31 08:39:56 +02:00
rpc_command_executor.cpp fix formatting error on bitmonero print_block return 2016-03-14 23:31:09 -06:00
rpc_command_executor.h new flush_txpool command, and associated RPC call 2016-01-30 13:28:26 +00:00