1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

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
This commit is contained in:
Sanket Kanjalkar 2021-03-01 23:01:26 -08:00 committed by GitHub
parent 48b3896e6e
commit c3f7e6fe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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