mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 67923d6b3c into merged_master (Bitcoin PR #16366)
This commit is contained in:
commit
4619326139
8 changed files with 33 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue