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

@@ -4,6 +4,7 @@
#include "chainparams.h"
#include "main.h"
#include "net.h"
#include "test/test_bitcoin.h"