mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
* pcoinscatcher (CCoinsViewErrorCatcher) * pcoinsdbview (CCoinsViewDB) * pcoinsTip (CCoinsViewCache) * pblocktree (CBlockTreeDB) * Remove variables shadowing pcoinsdbview
This commit is contained in:
@@ -17,9 +17,6 @@ class RPCNestedTests : public QObject
|
||||
|
||||
private Q_SLOTS:
|
||||
void rpcNestedTests();
|
||||
|
||||
private:
|
||||
CCoinsViewDB *pcoinsdbview;
|
||||
};
|
||||
|
||||
#endif // BITCOIN_QT_TEST_RPC_NESTED_TESTS_H
|
||||
|
||||
Reference in New Issue
Block a user