aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.cpp
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2018-04-28 16:54:58 -0400
committerAndrew Chow <[email protected]>2018-05-09 12:21:05 -0400
commit4d4185a4f0e40c033a587871839a47cb3f89ee93 (patch)
treede7d02bcfe19bafb3faf0f220a35b303fbfc3ba8 /src/interfaces/node.cpp
parentMerge #13185: Bugfix: the end of a reorged chain is invalid when connect fails (diff)
downloaddiscoin-4d4185a4f0e40c033a587871839a47cb3f89ee93.tar.xz
discoin-4d4185a4f0e40c033a587871839a47cb3f89ee93.zip
Make gArgs aware of the arguments
gArgs knows what the available arguments are and their help. Getting the help message is moved to gArgs and HelpMessage() is removed
Diffstat (limited to 'src/interfaces/node.cpp')
-rw-r--r--src/interfaces/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp
index 7f90a3848..73657d4f5 100644
--- a/src/interfaces/node.cpp
+++ b/src/interfaces/node.cpp
@@ -83,7 +83,7 @@ class NodeImpl : public Node
StopMapPort();
}
}
- std::string helpMessage(HelpMessageMode mode) override { return HelpMessage(mode); }
+ void setupServerArgs() override { return SetupServerArgs(); }
bool getProxy(Network net, proxyType& proxy_info) override { return GetProxy(net, proxy_info); }
size_t getNodeCount(CConnman::NumConnections flags) override
{