diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-05-10 14:54:20 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-06-10 18:23:56 +0200 |
commit | ac14bcc1f12d2407516bcdfef57b2740df48381b (patch) | |
tree | 1f9164b9aea8f3e4740886d9cfbe2047299307a2 /src/miner.h | |
parent | 3d7399cb171c2468b81a9179cb04358c56b4c7c4 (diff) |
small formatting, indentation and comment fixes
- contains zero code changes
Diffstat (limited to 'src/miner.h')
-rw-r--r-- | src/miner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/miner.h b/src/miner.h index 26151f6cd5..dcd61d8fd9 100644 --- a/src/miner.h +++ b/src/miner.h @@ -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 */ |