mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
remove unused code from getblockchaininfo()
This commit is contained in:
parent
9c8d2f6df0
commit
f3790472f0
@ -450,9 +450,6 @@ Value getblockchaininfo(const Array& params, bool fHelp)
|
|||||||
+ HelpExampleRpc("getblockchaininfo", "")
|
+ HelpExampleRpc("getblockchaininfo", "")
|
||||||
);
|
);
|
||||||
|
|
||||||
proxyType proxy;
|
|
||||||
GetProxy(NET_IPV4, proxy);
|
|
||||||
|
|
||||||
Object obj;
|
Object obj;
|
||||||
std::string chain = Params().DataDir();
|
std::string chain = Params().DataDir();
|
||||||
if(chain.empty())
|
if(chain.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user