diff options
| author | jtimon <[email protected]> | 2014-08-20 17:37:40 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:19:31 +0200 |
| commit | cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (patch) | |
| tree | f7d2577fc90f9463b0f10dd04a060d42b4ed70f4 /src/keystore.cpp | |
| parent | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) (diff) | |
| download | discoin-cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f.tar.xz discoin-cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f.zip | |
Move CScript class and dependencies to script/script
Diffstat (limited to 'src/keystore.cpp')
| -rw-r--r-- | src/keystore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp index e273bbb1d..98bc0e9e2 100644 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -7,7 +7,7 @@ #include "crypter.h" #include "key.h" -#include "scriptutils.h" +#include "script/script.h" #include "util.h" #include <boost/foreach.hpp> |