aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-26 14:33:12 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-26 14:42:09 +0200
commit1d9d314573ee48f6f51107265f1cf1fa9e36c998 (patch)
tree6c1946ec948bf2dbd9f4bc1bf37bfe14d79808f3 /src/wallet
parent1623f6e3375430b42e7120dc02e8df8c7c22fc16 (diff)
parent691161d419fe3d82d7a49b511ef80e2b24332aac (diff)
downloadbitcoin-1d9d314573ee48f6f51107265f1cf1fa9e36c998.tar.xz
Merge pull request #5696
691161d Consensus: Create consensus/consensus.h with some constants (jtimon)
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 f0ee834913..81a9932f36 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"