aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-10 13:22:29 +0100
committerWladimir J. van der Laan <[email protected]>2014-03-10 13:23:18 +0100
commitb76733d8e89487d0f03fb5ee09432bd4161acd87 (patch)
treee306b724b8c03d503f146f546a374841a5ad5ee2 /src/test/DoS_tests.cpp
parentMerge pull request #3833 (diff)
parentPer-peer block download tracking and stalled download detection. (diff)
downloaddiscoin-b76733d8e89487d0f03fb5ee09432bd4161acd87.tar.xz
discoin-b76733d8e89487d0f03fb5ee09432bd4161acd87.zip
Merge pull request #3514
f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r--src/test/DoS_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp
index fbca09b4d..7bf7b19b5 100644
--- a/src/test/DoS_tests.cpp
+++ b/src/test/DoS_tests.cpp
@@ -21,7 +21,6 @@
// Tests this internal-to-main.cpp method:
extern bool AddOrphanTx(const CTransaction& tx);
extern unsigned int LimitOrphanTxSize(unsigned int nMaxOrphans);
-extern void Misbehaving(NodeId nodeid, int howmuch);
extern std::map<uint256, CTransaction> mapOrphanTransactions;
extern std::map<uint256, std::set<uint256> > mapOrphanTransactionsByPrev;