mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
[RPC] signrawtransaction can sign P2WSH
This commit is contained in:
parent
f4691ab3a9
commit
745eb678ef
4 changed files with 12 additions and 3 deletions
|
|
@ -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). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue