aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-11 14:56:08 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-11 14:56:08 +0200
commitf3790472f0efca258670342050801ec17c1bb1bb (patch)
treeded204cd008df1c28cb97f1e13c4b69bebd89431 /src/rpcblockchain.cpp
parent9c8d2f6df0d748152d858cfea09e4463758c8df6 (diff)
downloadbitcoin-f3790472f0efca258670342050801ec17c1bb1bb.tar.xz
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 5e0173dcf2..2a21fb462a 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())