diff options
| author | Pieter Wuille <[email protected]> | 2014-09-16 19:06:53 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-16 19:10:32 +0200 |
| commit | ab3834baae2e48708de2be74217eaf9da9081fc3 (patch) | |
| tree | 62d5ca3e3f51e45d7bca581efadd34706bd6739a | |
| parent | Merge pull request #4903 (diff) | |
| parent | remove include of chainparams.h (diff) | |
| download | discoin-ab3834baae2e48708de2be74217eaf9da9081fc3.tar.xz discoin-ab3834baae2e48708de2be74217eaf9da9081fc3.zip | |
Merge pull request #4928
e9992fb remove include of chainparams.h (imharrywu)
| -rw-r--r-- | src/rpcclient.cpp | 1 |
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> |