aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-12-02 19:24:23 -0800
committerPieter Wuille <[email protected]>2016-12-05 00:35:07 -0800
commit2efc43874cedde7e022ac8f1051c7984331543fa (patch)
treea2b054364b11a9f77b74b63e25096449255762d2 /src/net_processing.cpp
parentMerge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... (diff)
downloaddiscoin-2efc43874cedde7e022ac8f1051c7984331543fa.tar.xz
discoin-2efc43874cedde7e022ac8f1051c7984331543fa.zip
Align struct COrphan definition
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r--src/net_processing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index 747167264..5a415cabb 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -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;