aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-06-11 14:56:08 +0200
committerPhilip Kaufmann <[email protected]>2014-06-11 14:56:08 +0200
commitf3790472f0efca258670342050801ec17c1bb1bb (patch)
treeded204cd008df1c28cb97f1e13c4b69bebd89431 /src/rpcblockchain.cpp
parentMerge pull request #4227 (diff)
downloaddiscoin-f3790472f0efca258670342050801ec17c1bb1bb.tar.xz
discoin-f3790472f0efca258670342050801ec17c1bb1bb.zip
remove unused code from getblockchaininfo()
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index 5e0173dcf..2a21fb462 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -450,9 +450,6 @@ Value getblockchaininfo(const Array& params, bool fHelp)
+ HelpExampleRpc("getblockchaininfo", "")
);
- proxyType proxy;
- GetProxy(NET_IPV4, proxy);
-
Object obj;
std::string chain = Params().DataDir();
if(chain.empty())