aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/scriptpubkeyman_tests.cpp
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-12-07 20:46:03 -0500
committerRussell Yanofsky <russ@yanofsky.org>2020-12-07 20:46:03 -0500
commit5baa88fd38c8efa0e361636bb2c60af89d27b5d5 (patch)
tree28934984ebd700f7b4369b9cf9dd6940d05b0edf /src/wallet/test/scriptpubkeyman_tests.cpp
parent6965f1352d2d7086d308750ce83a84f191a17755 (diff)
downloadbitcoin-5baa88fd38c8efa0e361636bb2c60af89d27b5d5.tar.xz
test: Remove no longer needed MakeChain calls
These calls are no longer needed after edc316020e8270dafc5e31465d532baebdafd3dd from #19098 which started instantiating BasicTestingSetup.m_node.chain Patch from MarcoFalke <falke.marco@gmail.com> in https://github.com/bitcoin/bitcoin/pull/19425#discussion_r526701954 Co-authored-by: MarcoFalke <falke.marco@gmail.com>
Diffstat (limited to 'src/wallet/test/scriptpubkeyman_tests.cpp')
-rw-r--r--src/wallet/test/scriptpubkeyman_tests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wallet/test/scriptpubkeyman_tests.cpp b/src/wallet/test/scriptpubkeyman_tests.cpp
index f7c1337b0d..347a436429 100644
--- a/src/wallet/test/scriptpubkeyman_tests.cpp
+++ b/src/wallet/test/scriptpubkeyman_tests.cpp
@@ -17,9 +17,7 @@ BOOST_FIXTURE_TEST_SUITE(scriptpubkeyman_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(CanProvide)
{
// Set up wallet and keyman variables.
- NodeContext node;
- std::unique_ptr<interfaces::Chain> chain = interfaces::MakeChain(node);
- CWallet wallet(chain.get(), "", CreateDummyWalletDatabase());
+ CWallet wallet(m_node.chain.get(), "", CreateDummyWalletDatabase());
LegacyScriptPubKeyMan& keyman = *wallet.GetOrCreateLegacyScriptPubKeyMan();
// Make a 1 of 2 multisig script