aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-01-11 18:14:29 +0100
committerPhilip Kaufmann <[email protected]>2014-01-11 18:17:09 +0100
commitc037531d691fb984f979f393803989d1856d46ee (patch)
tree151512cae05db91c19cc8ecc206029934d40bc9c /src/rpcmisc.cpp
parentmakefile.am: split long lines into one file per line (diff)
downloaddiscoin-c037531d691fb984f979f393803989d1856d46ee.tar.xz
discoin-c037531d691fb984f979f393803989d1856d46ee.zip
small headers ordering cleanup
- keep headers in alphabetical order - fix Makefile.am (2 files in 1 line - leftover) - remove some spaces etc.
Diffstat (limited to 'src/rpcmisc.cpp')
-rw-r--r--src/rpcmisc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp
index c61cc4192..f8a7d07fc 100644
--- a/src/rpcmisc.cpp
+++ b/src/rpcmisc.cpp
@@ -4,11 +4,11 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "base58.h"
-#include "rpcserver.h"
#include "init.h"
#include "main.h"
#include "net.h"
#include "netbase.h"
+#include "rpcserver.h"
#include "util.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
@@ -323,4 +323,3 @@ Value verifymessage(const Array& params, bool fHelp)
return (pubkey.GetID() == keyID);
}
-