aboutsummaryrefslogtreecommitdiff
path: root/src/node/context.cpp
diff options
context:
space:
mode:
authorAmiti Uttarwar <[email protected]>2020-02-12 11:08:28 -0800
committerAmiti Uttarwar <[email protected]>2020-02-17 14:49:34 -0800
commit7c8b6e5b5206a98f86675d0107ad99ea1d080466 (patch)
tree179938580b3415154ab590a4d8f16d666c4ba78d /src/node/context.cpp
parent[test] add chainparams property to indicate chain allows time mocking (diff)
downloaddiscoin-7c8b6e5b5206a98f86675d0107ad99ea1d080466.tar.xz
discoin-7c8b6e5b5206a98f86675d0107ad99ea1d080466.zip
[lib] add scheduler to node context
- also update test setup & access point in denial of service test
Diffstat (limited to 'src/node/context.cpp')
-rw-r--r--src/node/context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/context.cpp b/src/node/context.cpp
index 26a01420c..5b19a41bd 100644
--- a/src/node/context.cpp
+++ b/src/node/context.cpp
@@ -8,6 +8,7 @@
#include <interfaces/chain.h>
#include <net.h>
#include <net_processing.h>
+#include <scheduler.h>
NodeContext::NodeContext() {}
NodeContext::~NodeContext() {}