mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
node: Add args alias for gArgs global
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
StopMapPort();
|
||||
}
|
||||
}
|
||||
void setupServerArgs() override { return SetupServerArgs(); }
|
||||
void setupServerArgs() override { return SetupServerArgs(m_context); }
|
||||
bool getProxy(Network net, proxyType& proxy_info) override { return GetProxy(net, proxy_info); }
|
||||
size_t getNodeCount(CConnman::NumConnections flags) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user