diff options
Diffstat (limited to 'src/script.h')
-rw-r--r-- | src/script.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/script.h b/src/script.h index a0a6cd1c44..335ddfb1b2 100644 --- a/src/script.h +++ b/src/script.h @@ -541,9 +541,12 @@ public: bool IsPayToScriptHash() const; - // Called by IsStandardTx + // Called by IsStandardTx and P2SH VerifyScript (which makes it consensus-critical). bool IsPushOnly() const; + // Called by IsStandardTx. + bool HasCanonicalPushes() const; + // Returns whether the script is guaranteed to fail at execution, // regardless of the initial stack. This allows outputs to be pruned // instantly when entering the UTXO set. |