Declare SignatureHash() in script.h

This commit is contained in:
jtimon
2014-08-01 17:45:09 +02:00
parent c0e9548b63
commit f5745fa52a
5 changed files with 3 additions and 9 deletions

View File

@@ -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)