Remove mapOrphanTransactionsByPrev from DoS_tests
commit819ca3f18ebde1a4ff227ddfcc3a5d84a817773b
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 6 Dec 2016 07:04:50 +0000 (5 23:04 -0800)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 6 Dec 2016 07:04:50 +0000 (5 23:04 -0800)
treee3f5921e9b8f012057942be58a1c100edb26bf51
parent7d5d44969b4ab46a5146a46b4ed1ed7704d71c63
Remove mapOrphanTransactionsByPrev from DoS_tests

This is another violation of the one definition rule, as the type
for mapOrphanTransactionsByPrev did not match the one in
net_processing.cpp anymore. As it now depends on a custom Iterator,
it seems too much hassle to correctly expose it to the tests.
Instead, this commit just removes the one test it was referenced in.
src/test/DoS_tests.cpp