[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.
This commit is contained in:
John Newbery
2021-08-31 13:32:40 +01:00
parent 9b3836710b
commit 17c24d4580
3 changed files with 11 additions and 2 deletions

View File

@@ -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>