mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 08:44:02 +02: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