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

@@ -10,6 +10,7 @@
#include "key.h"
#include "keystore.h"
#include "main.h"
#include "script.h"
#include "core_io.h"
#include <fstream>
@@ -33,8 +34,6 @@ using namespace std;
using namespace json_spirit;
using namespace boost::algorithm;
extern uint256 SignatureHash(const CScript &scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType);
static const unsigned int flags = SCRIPT_VERIFY_P2SH | SCRIPT_VERIFY_STRICTENC;
Array