aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-12-01 15:45:50 -0800
committerMatt Corallo <[email protected]>2016-12-02 09:42:51 -0800
commite736772c56a883e2649cc8534dd7857a0718ec56 (patch)
treecc9bb582a17276d748be7d60d51dccff33d167ea /src/rpc/net.cpp
parentRemove orphan state wipe from UnloadBlockIndex. (diff)
downloaddiscoin-e736772c56a883e2649cc8534dd7857a0718ec56.tar.xz
discoin-e736772c56a883e2649cc8534dd7857a0718ec56.zip
Move network-msg-processing code out of main to its own file
Diffstat (limited to 'src/rpc/net.cpp')
-rw-r--r--src/rpc/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index f57ba76d3..43f547043 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -8,6 +8,7 @@
#include "clientversion.h"
#include "main.h"
#include "net.h"
+#include "net_processing.h"
#include "netbase.h"
#include "protocol.h"
#include "sync.h"