Merge 0a13d15c14 into merged_master (Bitcoin PR #20530)

This commit is contained in:
Andrew Poelstra 2021-06-10 23:32:14 +00:00
commit 406e81efb5
19 changed files with 32 additions and 23 deletions

View file

@ -64,7 +64,7 @@ namespace {
class NodeImpl : public Node
{
public:
NodeImpl(NodeContext* context) { setContext(context); }
explicit NodeImpl(NodeContext* context) { setContext(context); }
void initLogging() override { InitLogging(*Assert(m_context->args)); }
void initParameterInteraction() override { InitParameterInteraction(*Assert(m_context->args)); }
bilingual_str getWarnings() override { return GetWarnings(true); }