aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-08-01 22:45:58 -0400
committerJeff Garzik <[email protected]>2014-08-01 22:45:58 -0400
commit1045452fa5f3475337b4dcab69e81e73ea430597 (patch)
tree0a146e7e3c66a69b5eba9d30f9187a27ff89d386 /src/test/script_P2SH_tests.cpp
parentMerge branch 'merge-rawtx2' into merge-rawtx3 (diff)
parentDeclare SignatureHash() in script.h (diff)
downloaddiscoin-1045452fa5f3475337b4dcab69e81e73ea430597.tar.xz
discoin-1045452fa5f3475337b4dcab69e81e73ea430597.zip
Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyextern
Diffstat (limited to 'src/test/script_P2SH_tests.cpp')
-rw-r--r--src/test/script_P2SH_tests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp
index a1dc17ba3..51ff1ffbc 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)