summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Rubin <j@rubin.io>2022-01-08 15:12:33 -0800
committerGitHub <noreply@github.com>2022-01-08 15:12:33 -0800
commit469d62ce2b42b42e30e7e348e5c7666ed8f938de (patch)
tree7930a3eed09cbf67ea9961a83dddbf4081769842
parent3693cdfd192dacdac89cd742f68cd1bb96bf7f7e (diff)
downloadbips-469d62ce2b42b42e30e7e348e5c7666ed8f938de.tar.xz
[BIP-174] Clarify that partial_sig should be a valid.
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 295a9a3..55cb1a2 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