]> Git Repo - VerusCoin.git/commitdiff
+symbol
authorjl777 <[email protected]>
Fri, 6 Jul 2018 09:02:31 +0000 (22:02 -1100)
committerjl777 <[email protected]>
Fri, 6 Jul 2018 09:02:31 +0000 (22:02 -1100)
src/miner.cpp

index 667e1a3c4318545d138e94fe76f7609249a31698..dcf22b1bd770698e46fbaa883b9511682bc6c018 100644 (file)
@@ -1009,7 +1009,7 @@ void static BitcoinMiner()
                         uint256 tmp = B.GetHash();
                         int32_t z; for (z=31; z>=0; z--)
                             fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
-                        fprintf(stderr," mined block %d!\n",Mining_height);
+                        fprintf(stderr," mined %s block %d!\n",ASSETCHAINS_SYMBOL,Mining_height);
                     }
                     CValidationState state;
                     if ( !TestBlockValidity(state,B, chainActive.Tip(), true, false))
This page took 0.040075 seconds and 4 git commands to generate.