Translation update
[novacoin.git] / src / miner.h
index 07196e5..915689e 100644 (file)
@@ -9,7 +9,7 @@
 #include "main.h"
 #include "wallet.h"
 
-/** Generate a new block, without valid proof-of-work */
+/* Generate a new block, without valid proof-of-work */
 CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake=false);
 
 /** Modify the extranonce in a block */