diff options
| author | Jeff Garzik <[email protected]> | 2014-08-01 22:45:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-01 22:45:58 -0400 |
| commit | 1045452fa5f3475337b4dcab69e81e73ea430597 (patch) | |
| tree | 0a146e7e3c66a69b5eba9d30f9187a27ff89d386 /src/test/script_P2SH_tests.cpp | |
| parent | Merge branch 'merge-rawtx2' into merge-rawtx3 (diff) | |
| parent | Declare SignatureHash() in script.h (diff) | |
| download | discoin-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.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 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) |