Merge 67923d6b3c into merged_master (Bitcoin PR #16366)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:07 +00:00
commit 4619326139
8 changed files with 33 additions and 38 deletions

View file

@ -54,6 +54,7 @@ class NodeImpl : public Node
{
public:
NodeImpl() { m_interfaces.chain = MakeChain(); }
void initError(const std::string& message) override { InitError(message); }
bool parseParameters(int argc, const char* const argv[], std::string& error) override
{
return gArgs.ParseParameters(argc, argv, error);