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 1414
1515#include < optional>
1616
17- const std::string ADDRESS_BCRT1_UNSPENDABLE = " bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj" ;
18-
1917namespace wallet {
2018static void WalletBalance (benchmark::Bench& bench, const bool set_dirty, const bool add_mine)
2119{
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ static const DatabaseFormat DATABASE_FORMATS[] = {
3232#endif
3333};
3434
35+ const std::string ADDRESS_BCRT1_UNSPENDABLE = " bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj" ;
36+
3537std::unique_ptr<CWallet> CreateSyncedWallet (interfaces::Chain& chain, CChain& cchain, const CKey& key);
3638
3739std::shared_ptr<CWallet> TestLoadWallet (WalletContext& context);
You can’t perform that action at this time.
0 commit comments