remove unused code from getblockchaininfo()

This commit is contained in:
Philip Kaufmann 2014-06-11 14:56:08 +02:00
parent 9c8d2f6df0
commit f3790472f0
1 changed files with 0 additions and 3 deletions

View File

@ -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())