mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
txscript: Fix comment typo.
This commit is contained in:
parent
2e60448ffc
commit
b6afec5e51
@ -821,7 +821,7 @@ func NewEngine(scriptPubKey []byte, tx *wire.MsgTx, txIdx int, flags ScriptFlags
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The clean stack flag (ScriptVerifyCleanStack) is not allowed without
|
// The clean stack flag (ScriptVerifyCleanStack) is not allowed without
|
||||||
// either the the pay-to-script-hash (P2SH) evaluation (ScriptBip16)
|
// either the pay-to-script-hash (P2SH) evaluation (ScriptBip16)
|
||||||
// flag or the Segregated Witness (ScriptVerifyWitness) flag.
|
// flag or the Segregated Witness (ScriptVerifyWitness) flag.
|
||||||
//
|
//
|
||||||
// Recall that evaluating a P2SH script without the flag set results in
|
// Recall that evaluating a P2SH script without the flag set results in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user