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

@@ -6,6 +6,7 @@
#include "chainparams.h"
#include "main.h"
#include "streams.h"
#include "consensus/validation.h"
namespace block_bench {