mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #4328
f379047
remove unused code from getblockchaininfo() (Philip Kaufmann)
This commit is contained in:
commit
4800ccb823
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user