Merge pull request #4328

f379047 remove unused code from getblockchaininfo() (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-06-11 14:59:12 +02:00
commit 4800ccb823
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
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())