aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
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_tests.cpp
parentfa16e7816b886b82d36457b0d8edc773cba76421 (diff)
downloadbitcoin-fac6b9b938230d24c13fcb6e9be28515d674c6c8.tar.xz
test: Avoid overwriting the NodeContext member of the testing setup
Diffstat (limited to 'src/wallet/test/wallet_tests.cpp')
-rw-r--r--src/wallet/test/wallet_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp
index 3654420eb2..6f8c973f25 100644
--- a/src/wallet/test/wallet_tests.cpp
+++ b/src/wallet/test/wallet_tests.cpp
@@ -535,7 +535,6 @@ public:
return it->second;
}
- NodeContext m_node;
std::unique_ptr<interfaces::Chain> m_chain = interfaces::MakeChain(m_node);
std::unique_ptr<CWallet> wallet;
};