mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Align struct COrphan definition
This commit is contained in:
@@ -50,6 +50,7 @@ struct IteratorComparator
|
||||
};
|
||||
|
||||
struct COrphanTx {
|
||||
// When modifying, adapt the copy of this definition in tests/DoS_tests.
|
||||
CTransaction tx;
|
||||
NodeId fromPeer;
|
||||
int64_t nTimeExpire;
|
||||
|
||||
Reference in New Issue
Block a user