mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge f8364df250 into merged_master (Bitcoin PR #19176)
This commit is contained in:
commit
3aaeae55ea
13 changed files with 60 additions and 50 deletions
|
|
@ -56,7 +56,7 @@ namespace {
|
|||
class NodeImpl : public Node
|
||||
{
|
||||
public:
|
||||
void initError(const std::string& message) override { InitError(Untranslated(message)); }
|
||||
void initError(const bilingual_str& 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