diff options
| author | jtimon <[email protected]> | 2014-08-14 13:54:05 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:19:31 +0200 |
| commit | 86dbeea2cdd5749374c98afea3e4f5f49817f746 (patch) | |
| tree | 66325232600dc519eef6244e6dc18bdafec41185 /src/test/multisig_tests.cpp | |
| parent | Merge pull request #4865 (diff) | |
| download | discoin-86dbeea2cdd5749374c98afea3e4f5f49817f746.tar.xz discoin-86dbeea2cdd5749374c98afea3e4f5f49817f746.zip | |
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
Diffstat (limited to 'src/test/multisig_tests.cpp')
| -rw-r--r-- | src/test/multisig_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp index 02c6d095f..2e45a7a02 100644 --- a/src/test/multisig_tests.cpp +++ b/src/test/multisig_tests.cpp @@ -5,7 +5,7 @@ #include "key.h" #include "keystore.h" #include "main.h" -#include "script.h" +#include "scriptutils.h" #include "uint256.h" #include <boost/assign/std/vector.hpp> |