|
|
@ -1,4 +1,4 @@
|
|
|
|
// Copyright (c) 2011-2018 The Bitcoin Core developers
|
|
|
|
// Copyright (c) 2011-2019 The Bitcoin Core developers
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
|
@ -11,10 +11,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include <base58.h>
|
|
|
|
#include <base58.h>
|
|
|
|
#include <chainparams.h>
|
|
|
|
#include <chainparams.h>
|
|
|
|
#include <primitives/transaction.h>
|
|
|
|
|
|
|
|
#include <key_io.h>
|
|
|
|
|
|
|
|
#include <interfaces/node.h>
|
|
|
|
#include <interfaces/node.h>
|
|
|
|
|
|
|
|
#include <key_io.h>
|
|
|
|
#include <policy/policy.h>
|
|
|
|
#include <policy/policy.h>
|
|
|
|
|
|
|
|
#include <primitives/transaction.h>
|
|
|
|
#include <protocol.h>
|
|
|
|
#include <protocol.h>
|
|
|
|
#include <script/script.h>
|
|
|
|
#include <script/script.h>
|
|
|
|
#include <script/standard.h>
|
|
|
|
#include <script/standard.h>
|
|
|
@ -841,9 +841,6 @@ QString formatServicesStr(quint64 mask)
|
|
|
|
case NODE_WITNESS:
|
|
|
|
case NODE_WITNESS:
|
|
|
|
strList.append("WITNESS");
|
|
|
|
strList.append("WITNESS");
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case NODE_XTHIN:
|
|
|
|
|
|
|
|
strList.append("XTHIN");
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
|
|
|
|
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
|
|
|
|
}
|
|
|
|
}
|
|
|
|