mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 14:22:49 +01:00
txscript: Add ScriptVerifyLowS to the standard flags
We've already been generating lowS sigs for quite a while. This removes the malleability vector. This mimics Bitcoin Core commit 49dd5c629df0a08cf3b1ea8085c03312d1a81696
This commit is contained in:
parent
f862536929
commit
0f57a41ed8
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ const (
|
||||||
ScriptVerifyMinimalData |
|
ScriptVerifyMinimalData |
|
||||||
ScriptStrictMultiSig |
|
ScriptStrictMultiSig |
|
||||||
ScriptDiscourageUpgradableNops |
|
ScriptDiscourageUpgradableNops |
|
||||||
ScriptVerifyCleanStack
|
ScriptVerifyCleanStack |
|
||||||
|
ScriptVerifyLowS
|
||||||
)
|
)
|
||||||
|
|
||||||
// ScriptClass is an enumeration for the list of standard types of script.
|
// ScriptClass is an enumeration for the list of standard types of script.
|
||||||
|
|
Loading…
Add table
Reference in a new issue