diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-11 14:56:08 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-11 14:56:08 +0200 |
| commit | f3790472f0efca258670342050801ec17c1bb1bb (patch) | |
| tree | ded204cd008df1c28cb97f1e13c4b69bebd89431 /src/rpcblockchain.cpp | |
| parent | Merge pull request #4227 (diff) | |
| download | discoin-f3790472f0efca258670342050801ec17c1bb1bb.tar.xz discoin-f3790472f0efca258670342050801ec17c1bb1bb.zip | |
remove unused code from getblockchaininfo()
Diffstat (limited to 'src/rpcblockchain.cpp')
| -rw-r--r-- | src/rpcblockchain.cpp | 3 |
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()) |