danicoin/src
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
..
blockchain_db Merge pull request #723 2016-03-14 22:20:42 +02:00
blockchain_utilities switch default utilities DB to lmdb, update checkpoints.dat 2016-03-12 21:09:44 +02:00
blocks switch default utilities DB to lmdb, update checkpoints.dat 2016-03-12 21:09:44 +02:00
common Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
connectivity_tool Need to link boost::chrono in more places now 2016-03-11 16:17:08 +00:00
crypto minor tweaks, add readme for crypto_ops_builder 2016-03-11 22:48:46 +02:00
cryptonote_core Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
cryptonote_protocol Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
daemon fix formatting error on bitmonero print_block return 2016-03-14 23:31:09 -06:00
daemonizer Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
miner Need to link boost::chrono in more places now 2016-03-11 16:17:08 +00:00
mnemonics updated copyright year 2015-12-31 08:39:56 +02:00
p2p p2p: lock access to the blocked ips map 2016-03-12 13:48:58 +00:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
rpc Fix typo on bitmonerod rpc method error. 2016-03-14 23:09:21 -06:00
serialization even more typos 2016-01-25 15:05:29 +01:00
simplewallet Merge pull request #718 2016-03-12 16:25:35 +02:00
wallet wallet: use minimum mixin when RPC asks for too low mixin 2016-03-11 21:32:16 +00:00
CMakeLists.txt cmake: Fix overly broad use of dynamic link settings 2016-02-12 14:49:43 -08:00
cryptonote_config.h Fix V1/V2 use of hard fork related parameters 2016-01-29 17:21:11 +00:00
version.cmake Fix language 2016-03-03 00:34:19 +00:00
version.h.in bumped version to 0.9.1 for point release 2016-01-15 15:03:43 +02:00