Move network-msg-processing code out of main to its own file

This commit is contained in:
Matt Corallo
2016-12-01 15:45:50 -08:00
parent 87c35f5843
commit e736772c56
16 changed files with 3096 additions and 3028 deletions

View File

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