Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8e256c

Browse files
committed
Cleanup
1 parent 323b46b commit c8e256c

File tree

7 files changed

+27
-3
lines changed

7 files changed

+27
-3
lines changed

src/bdap/domainentrydb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ bool CheckDomainEntryTxInputs(const CCoinsViewCache& inputs, const CTransactionR
547547
return error(errorMessage.c_str());
548548
}
549549
const std::string strOperationType = GetBDAPOpTypeString(scriptOp);
550-
if (fDebug)
550+
//if (fDebug)
551551
LogPrintf("CheckDomainEntryTxInputs, strOperationType= %s \n", strOperationType);
552552

553553
// unserialize BDAP from txn, check if the entry is valid and does not conflict with a previous entry

src/qt/askpassphrasedialog.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#if defined(HAVE_CONFIG_H)
9+
#include "config/dynamic-config.h"
10+
#endif
11+
812
#include "askpassphrasedialog.h"
913
#include "ui_askpassphrasedialog.h"
1014

src/qt/dynamicgui.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#if defined(HAVE_CONFIG_H)
9+
#include "config/dynamic-config.h"
10+
#endif
11+
812
#include "dynamicgui.h"
913

1014
#include "clientmodel.h"

src/qt/intro.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#if defined(HAVE_CONFIG_H)
9+
#include "config/dynamic-config.h"
10+
#endif
11+
812
#include "intro.h"
913
#include "ui_intro.h"
1014

src/qt/rpcconsole.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// Distributed under the MIT software license, see the accompanying
55
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

7+
#if defined(HAVE_CONFIG_H)
8+
#include "config/dynamic-config.h"
9+
#endif
10+
711
#include "rpcconsole.h"
812
#include "ui_rpcconsole.h"
913

@@ -18,10 +22,10 @@
1822
#include "util.h"
1923
#include "validation.h"
2024

21-
#include <univalue.h>
22-
2325
#include <openssl/crypto.h>
2426

27+
#include <univalue.h>
28+
2529
#ifdef ENABLE_WALLET
2630
#include <db_cxx.h>
2731
#endif

src/qt/splashscreen.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#if defined(HAVE_CONFIG_H)
9+
#include "config/dynamic-config.h"
10+
#endif
11+
812
#include "splashscreen.h"
913

1014
#include "networkstyle.h"

src/qt/utilitydialog.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#if defined(HAVE_CONFIG_H)
9+
#include "config/dynamic-config.h"
10+
#endif
11+
812
#include "utilitydialog.h"
913

1014
#include "ui_helpmessagedialog.h"

0 commit comments

Comments
 (0)