X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fminer.cpp;h=f91b3bda5e85c6f32d96e431bcb5d08a42fb18eb;hb=d008ea3376606276a86ed3c972654363eb23f47d;hp=6dff17690243734cec1e2d18a19d3f20e996bb7e;hpb=273ceadcc0475b03a2be03ffbeded0831d8232fc;p=novacoin.git diff --git a/src/miner.cpp b/src/miner.cpp index 6dff176..f91b3bd 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -349,7 +349,7 @@ CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake) nLastBlockSize = nBlockSize; if (fDebug && GetBoolArg("-printpriority")) - printf("CreateNewBlock(): total size %"PRI64u"\n", nBlockSize); + printf("CreateNewBlock(): total size %" PRI64u "\n", nBlockSize); if (!fProofOfStake) {