diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-11 14:59:12 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-11 15:14:35 +0200 |
| commit | 4800ccb823607977cd8c97070465f98228e25ac1 (patch) | |
| tree | ded204cd008df1c28cb97f1e13c4b69bebd89431 | |
| parent | Merge pull request #4227 (diff) | |
| parent | remove unused code from getblockchaininfo() (diff) | |
| download | discoin-4800ccb823607977cd8c97070465f98228e25ac1.tar.xz discoin-4800ccb823607977cd8c97070465f98228e25ac1.zip | |
Merge pull request #4328
f379047 remove unused code from getblockchaininfo() (Philip Kaufmann)
| -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()) |