txscript: add new post segwit policies to standard script flags
This commit is contained in:
parent
0a7bbda6dd
commit
80dd96ac5d
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ const (
|
|||
ScriptVerifyLowS |
|
||||
ScriptStrictMultiSig |
|
||||
ScriptVerifyWitness |
|
||||
ScriptVerifyDiscourageUpgradeableWitnessProgram
|
||||
ScriptVerifyDiscourageUpgradeableWitnessProgram |
|
||||
ScriptVerifyMinimalIf |
|
||||
ScriptVerifyWitnessPubKeyType
|
||||
)
|
||||
|
||||
// ScriptClass is an enumeration for the list of standard types of script.
|
||||
|
|
Loading…
Reference in a new issue