diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-03 12:05:43 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-03 12:05:43 +0100 |
| commit | a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (patch) | |
| tree | 16a317d4b2132094e8e774c1e9fe0a1a88f36820 /src/rpcrawtransaction.cpp | |
| parent | Merge pull request #5407 (diff) | |
| parent | MOVEONLY: core/ -> primitives/ (diff) | |
| download | discoin-a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1.tar.xz discoin-a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1.zip | |
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 25734f493..8de15ff9e 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" |