mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 21:42:32 +02:00
Merge #17431: Remove unnecessary forward declaration
3d133482b2
Remove unnecessary forward declaration (Mark Erhardt) Pull request description: This removes an unnecessary forward declaration. ACKs for top commit: jnewbery: Tested ACK3d133482b2
laanwj: ACK3d133482b2
Tree-SHA512: 9e5b14e861c2b9fa2d7707ed67c4667540e9812a762e00f5039691eeca82390eb7462d20ad781d4e8c9111517e989da7aef60b112ab33abb774e32d9845b5459
This commit is contained in:
commit
ecc1a4ecd0
@ -50,8 +50,6 @@ struct LockPoints
|
|||||||
LockPoints() : height(0), time(0), maxInputBlock(nullptr) { }
|
LockPoints() : height(0), time(0), maxInputBlock(nullptr) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
class CTxMemPool;
|
|
||||||
|
|
||||||
/** \class CTxMemPoolEntry
|
/** \class CTxMemPoolEntry
|
||||||
*
|
*
|
||||||
* CTxMemPoolEntry stores data about the corresponding transaction, as well
|
* CTxMemPoolEntry stores data about the corresponding transaction, as well
|
||||||
|
Loading…
Reference in New Issue
Block a user