aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-18 02:34:06 +0200
committerjtimon <[email protected]>2014-10-27 13:54:37 +0100
commit4a3587d8db9f651866ce70312ac9de11316b42c9 (patch)
tree4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/rpcrawtransaction.cpp
parentMOVEONLY: Move CFeeRate and Amount constants to amount.o (diff)
downloaddiscoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz
discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.zip
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r--src/rpcrawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp
index fdfcb59ee..d3ce3b319 100644
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -4,7 +4,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 "init.h"
#include "keystore.h"