diff options
author | jtimon <jtimon@monetize.io> | 2014-08-01 17:45:09 +0200 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-08-01 17:45:09 +0200 |
commit | f5745fa52a66ab9ba976e06de4881e981d9aa6b4 (patch) | |
tree | 86e02367ad7881e809605be1ec3a93e20996c4f1 /src/test/script_P2SH_tests.cpp | |
parent | c0e9548b6305d315735ecd6dacc3c88acd6a6c7a (diff) |
Declare SignatureHash() in script.h
Diffstat (limited to 'src/test/script_P2SH_tests.cpp')
-rw-r--r-- | src/test/script_P2SH_tests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp index a1dc17ba36..51ff1ffbc9 100644 --- a/src/test/script_P2SH_tests.cpp +++ b/src/test/script_P2SH_tests.cpp @@ -15,9 +15,6 @@ using namespace std; -// Test routines internal to script.cpp: -extern uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType); - // Helpers: static std::vector<unsigned char> Serialize(const CScript& s) |