1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Merge pull request #1270 from JeremyRubin/patch-2

[BIP-174] Clarify that partial_sig should be a valid.
This commit is contained in:
Luke Dashjr 2022-01-16 01:56:59 +00:00 committed by GitHub
commit 7db0e1a554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ The currently defined per-input types are defined as follows:
| <tt><pubkey></tt>
| The public key which corresponds to this signature.
| <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