diff options
| author | Pieter Wuille <[email protected]> | 2016-12-02 19:24:23 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-12-05 00:35:07 -0800 |
| commit | 2efc43874cedde7e022ac8f1051c7984331543fa (patch) | |
| tree | a2b054364b11a9f77b74b63e25096449255762d2 /src/test/DoS_tests.cpp | |
| parent | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... (diff) | |
| download | discoin-2efc43874cedde7e022ac8f1051c7984331543fa.tar.xz discoin-2efc43874cedde7e022ac8f1051c7984331543fa.zip | |
Align struct COrphan definition
Diffstat (limited to 'src/test/DoS_tests.cpp')
| -rw-r--r-- | src/test/DoS_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index 1a818a575..a8c3c4ebb 100644 --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -29,6 +29,7 @@ extern unsigned int LimitOrphanTxSize(unsigned int nMaxOrphans); struct COrphanTx { CTransaction tx; NodeId fromPeer; + int64_t nTimeExpire; }; extern std::map<uint256, COrphanTx> mapOrphanTransactions; extern std::map<uint256, std::set<uint256> > mapOrphanTransactionsByPrev; |