diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
| commit | 309f783fceade22cb9d2939b5cf7641513fd6881 (patch) | |
| tree | cd463b22627e5e6a0edddc1753bd2a59bdd5d71b /src/rpcmining.cpp | |
| parent | Merge pull request #2980 from wtogami/silenceunusedwarning (diff) | |
| parent | misc small changes to polish after include cleanup (diff) | |
| download | discoin-309f783fceade22cb9d2939b5cf7641513fd6881.tar.xz discoin-309f783fceade22cb9d2939b5cf7641513fd6881.zip | |
Merge pull request #3235 from Diapolo/misc
misc small changes to polish after include cleanup
Diffstat (limited to 'src/rpcmining.cpp')
| -rw-r--r-- | src/rpcmining.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 5fe464da8..f34178fff 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -3,8 +3,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. - - #include "bitcoinrpc.h" #include "chainparams.h" #include "db.h" |