aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-09-16 19:06:53 +0200
committerPieter Wuille <[email protected]>2014-09-16 19:10:32 +0200
commitab3834baae2e48708de2be74217eaf9da9081fc3 (patch)
tree62d5ca3e3f51e45d7bca581efadd34706bd6739a
parentMerge pull request #4903 (diff)
parentremove include of chainparams.h (diff)
downloaddiscoin-ab3834baae2e48708de2be74217eaf9da9081fc3.tar.xz
discoin-ab3834baae2e48708de2be74217eaf9da9081fc3.zip
Merge pull request #4928
e9992fb remove include of chainparams.h (imharrywu)
-rw-r--r--src/rpcclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
index 81797248b..0279cd76e 100644
--- a/src/rpcclient.cpp
+++ b/src/rpcclient.cpp
@@ -8,7 +8,6 @@
#include "rpcprotocol.h"
#include "util.h"
#include "ui_interface.h"
-#include "chainparams.h" // for Params().RPCPort()
#include <set>
#include <stdint.h>