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

@@ -15,8 +15,10 @@
#include "base58.h"
#include "keystore.h"
#include "main.h"
#include "net.h" // for g_connman
#include "sync.h"
#include "ui_interface.h"
#include "util.h" // for GetBoolArg
#include "wallet/wallet.h"
#include "wallet/walletdb.h" // for BackupWallet