Consensus: Create consensus/consensus.h with some constants

This commit is contained in:
jtimon
2015-01-24 15:29:29 +01:00
committed by Jorge Timón
parent b6ea3bcede
commit 691161d419
12 changed files with 34 additions and 16 deletions

View File

@@ -5,11 +5,12 @@
#include "amount.h"
#include "chainparams.h"
#include "consensus/consensus.h"
#include "core_io.h"
#include "init.h"
#include "net.h"
#include "main.h"
#include "miner.h"
#include "net.h"
#include "pow.h"
#include "rpcserver.h"
#include "util.h"