diff options
author | John Newbery <john@johnnewbery.com> | 2021-08-31 13:32:40 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2022-04-19 10:25:40 +0100 |
commit | 17c24d458042229e00dd4e0b75a32e593be29564 (patch) | |
tree | 0953e921751ac97516eb58f427452e0e1e022ccb /src/node/context.cpp | |
parent | 9b3836710b8160d212aacd56154938e5bb4b26b7 (diff) |
[init] Add netgroupman to node.context
This is constructed before addrman and connman, and destructed afterwards.
netgroupman does not currently do anything, but will have functionality added in future commits.
Diffstat (limited to 'src/node/context.cpp')
-rw-r--r-- | src/node/context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/context.cpp b/src/node/context.cpp index 893c32f1bc..0b31c10f44 100644 --- a/src/node/context.cpp +++ b/src/node/context.cpp @@ -9,6 +9,7 @@ #include <interfaces/chain.h> #include <net.h> #include <net_processing.h> +#include <netgroup.h> #include <policy/fees.h> #include <scheduler.h> #include <txmempool.h> |