mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
test: Avoid overwriting the NodeContext member of the testing setup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user