diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-11 11:30:44 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-11 11:31:00 +0200 |
| commit | 5905d71fe3bb22d0111da7fb4ca8433ed54c9abf (patch) | |
| tree | ea1ac66739de0382a8c26a773dc57860e8d5620c /src/miner.cpp | |
| parent | Merge pull request #4277 (diff) | |
| parent | small formatting, indentation and comment fixes (diff) | |
| download | discoin-5905d71fe3bb22d0111da7fb4ca8433ed54c9abf.tar.xz discoin-5905d71fe3bb22d0111da7fb4ca8433ed54c9abf.zip | |
Merge pull request #4170
ac14bcc small formatting, indentation and comment fixes (Philip Kaufmann)
Diffstat (limited to 'src/miner.cpp')
| -rw-r--r-- | src/miner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/miner.cpp b/src/miner.cpp index 68abc4a6e..a0a728fb8 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -677,4 +677,3 @@ void GenerateBitcoins(bool fGenerate, CWallet* pwallet, int nThreads) } #endif - |