diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-18 02:34:06 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | 4a3587d8db9f651866ce70312ac9de11316b42c9 (patch) | |
tree | 4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/bitcoin-tx.cpp | |
parent | eda37330911b005f4be0c2d934346b26247d50f5 (diff) |
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r-- | src/bitcoin-tx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index da37e60c7f..6f3409edf3 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "base58.h" -#include "core.h" +#include "core/transaction.h" #include "core_io.h" #include "keystore.h" #include "main.h" // for MAX_BLOCK_SIZE |