mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-24 04:47:19 +01:00
small formatting, indentation and comment fixes
- contains zero code changes
This commit is contained in:
@@ -10,11 +10,12 @@
|
||||
|
||||
class CBlock;
|
||||
class CBlockIndex;
|
||||
struct CBlockTemplate;
|
||||
class CReserveKey;
|
||||
class CScript;
|
||||
class CWallet;
|
||||
|
||||
struct CBlockTemplate;
|
||||
|
||||
/** Run the miner threads */
|
||||
void GenerateBitcoins(bool fGenerate, CWallet* pwallet, int nThreads);
|
||||
/** Generate a new block, without valid proof-of-work */
|
||||
|
||||
Reference in New Issue
Block a user