Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp})

76faa3c Rename the remaining main.{h,cpp} to validation.{h,cpp} (Matt Corallo)
e736772 Move network-msg-processing code out of main to its own file (Matt Corallo)
87c35f5 Remove orphan state wipe from UnloadBlockIndex. (Matt Corallo)
This commit is contained in:
Pieter Wuille
2016-12-02 18:17:25 -08:00
54 changed files with 3147 additions and 3081 deletions

View File

@@ -17,7 +17,7 @@
#include "base58.h"
#include "wallet/coincontrol.h"
#include "main.h" // mempool and minRelayTxFee
#include "validation.h" // mempool and minRelayTxFee
#include "ui_interface.h"
#include "txmempool.h"
#include "wallet/wallet.h"