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/wallet.cpp | |
parent | 9294a4bbe7ec067a45905b6e693414ad7d3b5669 (diff) |
Separate script/sign
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index d3ad4869bb..b69ed223b4 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -9,6 +9,8 @@ #include "checkpoints.h" #include "coincontrol.h" #include "net.h" +#include "script/script.h" +#include "script/sign.h" #include "timedata.h" #include "util.h" #include "utilmoneystr.h" |