Browse Source

IsPayToPublicKeyHash

v1.0.12-bitcore
Larry 7 years ago
parent
commit
be613308e8
  1. 2
      src/script/script.h

2
src/script/script.h

@ -561,6 +561,8 @@ public:
*/
unsigned int GetSigOpCount(const CScript& scriptSig) const;
bool IsPayToPublicKeyHash() const;
bool IsPayToScriptHash() const;
/** Called by IsStandardTx and P2SH/BIP62 VerifyScript (which makes it consensus-critical). */

Loading…
Cancel
Save