aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
diff options
context:
space:
mode:
authorAlan Westbrook <[email protected]>2014-04-05 00:09:56 -0700
committerAlan Westbrook <[email protected]>2014-04-05 00:17:09 -0700
commit30053cfaa3a8ce403438b26638d1d9aacfe3e7ae (patch)
tree8832547e83917de811cc0d378a68205efa0b30b3 /src/miner.cpp
parentMerge pull request #417 from leofidus/1.7-uritests (diff)
downloaddiscoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.tar.xz
discoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.zip
Lets get at least dogecoind building
This is an Xcode project and a script to wrangle boost to work on the mac.
Diffstat (limited to 'src/miner.cpp')
-rw-r--r--src/miner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miner.cpp b/src/miner.cpp
index 2df6ff15d..14835e4aa 100644
--- a/src/miner.cpp
+++ b/src/miner.cpp
@@ -532,7 +532,7 @@ void static DogecoinMiner(CWallet *pwallet)
CBlock *pblock = &pblocktemplate->block;
IncrementExtraNonce(pblock, pindexPrev, nExtraNonce);
- printf("Running DogecoinMiner with %"PRIszu" transactions in block (%u bytes)\n", pblock->vtx.size(),
+ printf("Running DogecoinMiner with %" PRIszu" transactions in block (%u bytes)\n", pblock->vtx.size(),
::GetSerializeSize(*pblock, SER_NETWORK, PROTOCOL_VERSION));
//