Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben2077 committed Mar 23, 2024
1 parent 8533d51 commit 6800292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions txscript/engine.go
Expand Up @@ -49,9 +49,9 @@ const (
// being spent. This is BIP0112.
ScriptVerifyCheckSequenceVerify

// ScriptVerifyTemplateVerify defines whether to verify that the
// script being executed is a valid template script.
// This is BIP0199.
// ScriptVerifyCheckTemplateVerify defines whether to verify that the
// script being executed is a valid template utxo.
// This is BIP0119.
ScriptVerifyCheckTemplateVerify

// ScriptVerifyCleanStack defines that the stack must contain only
Expand Down

0 comments on commit 6800292

Please sign in to comment.