diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-11 11:30:44 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-11 11:31:00 +0200 |
commit | 5905d71fe3bb22d0111da7fb4ca8433ed54c9abf (patch) | |
tree | ea1ac66739de0382a8c26a773dc57860e8d5620c /src/rpcmining.cpp | |
parent | d01574f792779667a554f26d3379935827813c19 (diff) | |
parent | ac14bcc1f12d2407516bcdfef57b2740df48381b (diff) |
Merge pull request #4170
ac14bcc small formatting, indentation and comment fixes (Philip Kaufmann)
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r-- | src/rpcmining.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 837f5336c4..3caf7d89fe 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -13,9 +13,11 @@ #include "db.h" #include "wallet.h" #endif + #include <stdint.h> #include <boost/assign/list_of.hpp> + #include "json/json_spirit_utils.h" #include "json/json_spirit_value.h" |