aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2015-01-24 15:29:29 +0100
committerJorge Timón <[email protected]>2015-04-20 21:27:51 +0200
commit691161d419fe3d82d7a49b511ef80e2b24332aac (patch)
treefb657b9aba2aa42ff9948fcfc428845b60384c35 /src/txmempool.cpp
parentMerge pull request #5911 (diff)
downloaddiscoin-691161d419fe3d82d7a49b511ef80e2b24332aac.tar.xz
discoin-691161d419fe3d82d7a49b511ef80e2b24332aac.zip
Consensus: Create consensus/consensus.h with some constants
Diffstat (limited to 'src/txmempool.cpp')
-rw-r--r--src/txmempool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp
index 85ea3f77b..d05e3c6ee 100644
--- a/src/txmempool.cpp
+++ b/src/txmempool.cpp
@@ -6,6 +6,7 @@
#include "txmempool.h"
#include "clientversion.h"
+#include "consensus/consensus.h"
#include "main.h"
#include "streams.h"
#include "util.h"