aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-09-28 16:50:18 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-10-25 12:33:26 +0100
commit65f3672f3b82a6fa30e5171f85bc8d8a29e0797e (patch)
tree5720ff98218142d22cd4ac3073da74e5927e3729 /src/wallet/test/coinselector_tests.cpp
parent01a4c095c87500650663341533f000c6b613e9da (diff)
downloadbitcoin-65f3672f3b82a6fa30e5171f85bc8d8a29e0797e.tar.xz
wallet: Refactor to use WalletLocation
Diffstat (limited to 'src/wallet/test/coinselector_tests.cpp')
-rw-r--r--src/wallet/test/coinselector_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/coinselector_tests.cpp b/src/wallet/test/coinselector_tests.cpp
index 21857df081..a9464870ea 100644
--- a/src/wallet/test/coinselector_tests.cpp
+++ b/src/wallet/test/coinselector_tests.cpp
@@ -28,7 +28,7 @@ std::vector<std::unique_ptr<CWalletTx>> wtxn;
typedef std::set<CInputCoin> CoinSet;
static std::vector<COutput> vCoins;
-static CWallet testWallet("dummy", WalletDatabase::CreateDummy());
+static CWallet testWallet(WalletLocation(), WalletDatabase::CreateDummy());
static CAmount balance = 0;
CoinEligibilityFilter filter_standard(1, 6, 0);