Remove unnecessary forward declaration

This commit is contained in:
Mark Erhardt 2019-11-09 21:56:03 -08:00
parent a7aec7ad97
commit 3d133482b2
No known key found for this signature in database
GPG Key ID: 7BA035CA5B901713

View File

@ -50,8 +50,6 @@ struct LockPoints
LockPoints() : height(0), time(0), maxInputBlock(nullptr) { }
};
class CTxMemPool;
/** \class CTxMemPoolEntry
*
* CTxMemPoolEntry stores data about the corresponding transaction, as well