diff options
author | Sanket Kanjalkar <sanket1729@gmail.com> | 2021-03-01 23:01:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 23:01:26 -0800 |
commit | c3f7e6fe566299a18384a266471e15630afa657e (patch) | |
tree | 497e4ae3aa643254d477ade97e18e01e778333d0 /bip-0118.mediawiki | |
parent | 48b3896e6e63e5a429999b9f881396d43634fd12 (diff) |
Change `witness` to signature
As per my understanding, the value is committed in the signature(sighash msg) and is not being supplied as an additional witness
Diffstat (limited to 'bip-0118.mediawiki')
-rw-r--r-- | bip-0118.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki index 1b2f27c..afbfde6 100644 --- a/bip-0118.mediawiki +++ b/bip-0118.mediawiki @@ -92,7 +92,7 @@ Any participant can take a transaction and rewrite it by changing the hash reference to the previous output, without invalidating the signatures. This allows transactions to be bound to any output that matches the -value committed to in the <tt>witness</tt> and whose <tt>witnessProgram</tt>, +value committed to in the signature and whose <tt>witnessProgram</tt>, combined with the spending transaction's <tt>witness</tt> returns <tt>true</tt>. Previously, all information in the transaction was committed in the |