aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-05-25 14:08:13 -0400
committerAndrew Chow <github@achow101.com>2023-05-25 14:40:42 -0400
commit846b2fe67ed76a678770d343153acedadfdacd0b (patch)
tree5f6e4301474f2a2470328a9205f0f42112a2f915 /src/bench
parentc61d3f02f5122b38ea8bf0029aa9dfbbf38e10d0 (diff)
tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h
This static address is usable for other wallet tests and benchmarks, so make it available to them.
Diffstat (limited to 'src/bench')
-rw-r--r--src/bench/wallet_balance.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bench/wallet_balance.cpp b/src/bench/wallet_balance.cpp
index 099ef1635a..cafe7a0c60 100644
--- a/src/bench/wallet_balance.cpp
+++ b/src/bench/wallet_balance.cpp
@@ -14,8 +14,6 @@
#include <optional>
-const std::string ADDRESS_BCRT1_UNSPENDABLE = "bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj";
-
namespace wallet {
static void WalletBalance(benchmark::Bench& bench, const bool set_dirty, const bool add_mine)
{