aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_test_fixture.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-05 13:25:20 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-06 09:50:32 -0400
commitfac6b9b938230d24c13fcb6e9be28515d674c6c8 (patch)
tree947a94beda40648b99096b2eea8ae4f6c5ca8316 /src/wallet/test/wallet_test_fixture.h
parentfa16e7816b886b82d36457b0d8edc773cba76421 (diff)
test: Avoid overwriting the NodeContext member of the testing setup
Diffstat (limited to 'src/wallet/test/wallet_test_fixture.h')
-rw-r--r--src/wallet/test/wallet_test_fixture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/test/wallet_test_fixture.h b/src/wallet/test/wallet_test_fixture.h
index a294935b64..6c32868b1e 100644
--- a/src/wallet/test/wallet_test_fixture.h
+++ b/src/wallet/test/wallet_test_fixture.h
@@ -19,7 +19,6 @@
struct WalletTestingSetup: public TestingSetup {
explicit WalletTestingSetup(const std::string& chainName = CBaseChainParams::MAIN);
- NodeContext m_node;
std::unique_ptr<interfaces::Chain> m_chain = interfaces::MakeChain(m_node);
std::unique_ptr<interfaces::ChainClient> m_chain_client = interfaces::MakeWalletClient(*m_chain, {});
CWallet m_wallet;