aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorjtimon <jtimon@jtimon.cc>2015-01-24 15:29:29 +0100
committerJorge Timón <jtimon@jtimon.cc>2015-04-20 21:27:51 +0200
commit691161d419fe3d82d7a49b511ef80e2b24332aac (patch)
treefb657b9aba2aa42ff9948fcfc428845b60384c35 /src/wallet
parentb6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff)
downloadbitcoin-691161d419fe3d82d7a49b511ef80e2b24332aac.tar.xz
Consensus: Create consensus/consensus.h with some constants
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 0d40469393..88e6610dec 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -8,6 +8,7 @@
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
+#include "consensus/consensus.h"
#include "main.h"
#include "net.h"
#include "script/script.h"