mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
[BIP-174] Clarify that partial_sig should be a valid.
This commit is contained in:
parent
3693cdfd19
commit
469d62ce2b
@ -235,7 +235,7 @@ The currently defined per-input types are defined as follows:
|
|||||||
| <tt><pubkey></tt>
|
| <tt><pubkey></tt>
|
||||||
| The public key which corresponds to this signature.
|
| The public key which corresponds to this signature.
|
||||||
| <tt><signature></tt>
|
| <tt><signature></tt>
|
||||||
| The signature as would be pushed to the stack from a scriptSig or witness.
|
| The signature as would be pushed to the stack from a scriptSig or witness. The signature should be a valid ECDSA signature corresponding to the pubkey that would return true when verified and not a value that would return false or be invalid otherwise (such as a NULLDUMMY).
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
| 0, 2
|
| 0, 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user