diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2022-01-16 01:56:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 01:56:59 +0000 |
commit | 7db0e1a554d07de360dcb2de06376dccec504812 (patch) | |
tree | 841b4629442ff94b616d1d413d60b6d79212932a /bip-0174.mediawiki | |
parent | 8530c16c3bb12a4659b458ee36dcf8cd9f5a0d7f (diff) | |
parent | 469d62ce2b42b42e30e7e348e5c7666ed8f938de (diff) |
Merge pull request #1270 from JeremyRubin/patch-2
[BIP-174] Clarify that partial_sig should be a valid.
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r-- | bip-0174.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 874af14..bf33145 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -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 |