Skip to content

Commit 469d62c

Browse files
authored
[BIP-174] Clarify that partial_sig should be a valid.
1 parent 3693cdf commit 469d62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The currently defined per-input types are defined as follows:
235235
| <tt><pubkey></tt>
236236
| The public key which corresponds to this signature.
237237
| <tt><signature></tt>
238-
| The signature as would be pushed to the stack from a scriptSig or witness.
238+
| 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).
239239
|
240240
|
241241
| 0, 2

0 commit comments

Comments
 (0)