You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bench/wallet_ismine.cpp
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
+
#if defined(HAVE_CONFIG_H)
6
+
#include<config/bitcoin-config.h>
7
+
#endif// HAVE_CONFIG_H
5
8
#include<bench/bench.h>
6
9
#include<interfaces/chain.h>
7
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>
14
18
#include<wallet/wallet.h>
15
19
#include<wallet/walletutil.h>
16
-
#include<wallet/test/util.h>
17
20
18
21
namespacewallet {
19
22
staticvoidWalletIsMine(benchmark::Bench& bench, bool legacy_wallet, int num_combo = 0)
0 commit comments