mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Declare SignatureHash() in script.h
This commit is contained in:
parent
c0e9548b63
commit
f5745fa52a
5 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue