diff options
| author | NicolasDorier <[email protected]> | 2016-04-10 15:59:23 +0900 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-22 15:43:01 +0200 |
| commit | 745eb678ef5d52c74edcd9c322ebd1f3232a9310 (patch) | |
| tree | fa08a8303b9f25efb19b5fa72cde264d276e2d48 /src/script/script.h | |
| parent | [RPC] Add wallet support for witness transactions (using P2SH) (diff) | |
| download | discoin-745eb678ef5d52c74edcd9c322ebd1f3232a9310.tar.xz discoin-745eb678ef5d52c74edcd9c322ebd1f3232a9310.zip | |
[RPC] signrawtransaction can sign P2WSH
Diffstat (limited to 'src/script/script.h')
| -rw-r--r-- | src/script/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script.h b/src/script/script.h index b9b5be901..71af3754b 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -621,6 +621,7 @@ public: unsigned int GetSigOpCount(const CScript& scriptSig) const; bool IsPayToScriptHash() const; + bool IsPayToWitnessScriptHash() const; bool IsWitnessProgram(int& version, std::vector<unsigned char>& program) const; /** Called by IsStandardTx and P2SH/BIP62 VerifyScript (which makes it consensus-critical). */ |