mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-07 14:46:44 +00: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
@ -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…
x
Reference in New Issue
Block a user