diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-03 12:05:43 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-03 12:05:43 +0100 |
commit | a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (patch) | |
tree | 16a317d4b2132094e8e774c1e9fe0a1a88f36820 /src/rpcrawtransaction.cpp | |
parent | c2d7c6134e282a974f8f6e2a134f0132f90dc2a0 (diff) | |
parent | d22701118413b876579c020ea90ecf7a0d5671cb (diff) |
Merge pull request #5306
d227011 MOVEONLY: core/ -> primitives/ (Luke Dashjr)
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r-- | src/rpcrawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 25734f4930..8de15ff9e2 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/transaction.h" +#include "primitives/transaction.h" #include "core_io.h" #include "init.h" #include "keystore.h" |