File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#include < optional>
16
16
17
- const std::string ADDRESS_BCRT1_UNSPENDABLE = " bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj" ;
18
-
19
17
namespace wallet {
20
18
static void WalletBalance (benchmark::Bench& bench, const bool set_dirty, const bool add_mine)
21
19
{
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ static const DatabaseFormat DATABASE_FORMATS[] = {
32
32
#endif
33
33
};
34
34
35
+ const std::string ADDRESS_BCRT1_UNSPENDABLE = " bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj" ;
36
+
35
37
std::unique_ptr<CWallet> CreateSyncedWallet (interfaces::Chain& chain, CChain& cchain, const CKey& key);
36
38
37
39
std::shared_ptr<CWallet> TestLoadWallet (WalletContext& context);
You can’t perform that action at this time.
0 commit comments