diff options
author | jtimon <jtimon@blockstream.io> | 2014-08-27 17:22:33 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:21:35 +0200 |
commit | e088d65acbb181220b64a45a2a62bb79c0e40304 (patch) | |
tree | 1017c1bfb9599c9dfa3d6d8327d8b65862ee0d74 /src/rpcrawtransaction.cpp | |
parent | 9294a4bbe7ec067a45905b6e693414ad7d3b5669 (diff) |
Separate script/sign
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r-- | src/rpcrawtransaction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 901a16cd3c..b5551524be 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -13,6 +13,7 @@ #include "rpcserver.h" #include "script/script.h" #include "script/standard.h" +#include "script/sign.h" #include "uint256.h" #ifdef ENABLE_WALLET #include "wallet.h" |