aboutsummaryrefslogtreecommitdiff
path: root/src/test/denialofservice_tests.cpp
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2024-02-04 05:08:26 +0000
committerstickies-v <stickies-v@protonmail.com>2024-04-10 17:01:27 +0200
commitc6be144c4b774a03a8bcab5a165768cf81e9b06b (patch)
tree992c9ce52acd68df94bf51a49bd36d2e762cf2a8 /src/test/denialofservice_tests.cpp
parent92e72b5d0d49aa395e626c238bc28aba8e4c3d44 (diff)
downloadbitcoin-c6be144c4b774a03a8bcab5a165768cf81e9b06b.tar.xz
Remove timedata
With the introduction and usage of TimeOffsets, there is no more need for this file. Remove it.
Diffstat (limited to 'src/test/denialofservice_tests.cpp')
-rw-r--r--src/test/denialofservice_tests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/denialofservice_tests.cpp b/src/test/denialofservice_tests.cpp
index 0fef8c5906..5e9ae78681 100644
--- a/src/test/denialofservice_tests.cpp
+++ b/src/test/denialofservice_tests.cpp
@@ -16,7 +16,6 @@
#include <test/util/net.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
-#include <timedata.h>
#include <util/string.h>
#include <util/time.h>
#include <validation.h>
@@ -72,7 +71,6 @@ BOOST_AUTO_TEST_CASE(outbound_slow_chain_eviction)
/*local_services=*/ServiceFlags(NODE_NETWORK | NODE_WITNESS),
/*version=*/PROTOCOL_VERSION,
/*relay_txs=*/true);
- TestOnlyResetTimeData();
// This test requires that we have a chain with non-zero work.
{