We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa31908 commit fa58ae7Copy full SHA for fa58ae7
src/bench/wallet_ismine.cpp
@@ -2,6 +2,9 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+#if defined(HAVE_CONFIG_H)
6
+#include <config/bitcoin-config.h>
7
+#endif // HAVE_CONFIG_H
8
#include <bench/bench.h>
9
#include <interfaces/chain.h>
10
#include <key.h>
@@ -11,9 +14,9 @@
11
14
#include <util/translation.h>
12
15
#include <validationinterface.h>
13
16
#include <wallet/context.h>
17
+#include <wallet/test/util.h>
18
#include <wallet/wallet.h>
19
#include <wallet/walletutil.h>
-#include <wallet/test/util.h>
20
21
namespace wallet {
22
static void WalletIsMine(benchmark::Bench& bench, bool legacy_wallet, int num_combo = 0)
0 commit comments