diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-06 18:06:03 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-06 18:54:20 +0200 |
| commit | 9546a977d354b2ec6cd8455538e68fe4ba343a44 (patch) | |
| tree | 38b3ba612a2f6a3453e58e8fd84143db12042a9a /src/bitcoin-tx.cpp | |
| parent | Merge pull request #6329 (diff) | |
| parent | Policy: MOVEONLY: 3 functions to policy.o: (diff) | |
| download | discoin-9546a977d354b2ec6cd8455538e68fe4ba343a44.tar.xz discoin-9546a977d354b2ec6cd8455538e68fe4ba343a44.zip | |
Merge pull request #6335
9238ecb Policy: MOVEONLY: 3 functions to policy.o: (Luke Dashjr)
627b9de Policy: MOVEONLY: Create policy/policy.h with some constants (Jorge Timón)
Diffstat (limited to 'src/bitcoin-tx.cpp')
| -rw-r--r-- | src/bitcoin-tx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index 45990f6bd..9ad57d5c6 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" |