aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-06-24 07:25:30 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-06-26 17:59:07 +0200
commit627b9deff4e8e18fc6d001b6eb9818c13c648820 (patch)
treee8e3f715765fe9d1136814c587038d68ecc5a45c /src/bitcoin-tx.cpp
parent24f24896d602bef3323c5ff66bbccc92448e89d5 (diff)
downloadbitcoin-627b9deff4e8e18fc6d001b6eb9818c13c648820.tar.xz
Policy: MOVEONLY: Create policy/policy.h with some constants
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r--src/bitcoin-tx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
index 45990f6bd8..9ad57d5c6f 100644
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -8,6 +8,7 @@
#include "consensus/consensus.h"
#include "core_io.h"
#include "keystore.h"
+#include "policy/policy.h"
#include "primitives/transaction.h"
#include "script/script.h"
#include "script/sign.h"