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:
parent
48b3896e6e
commit
c3f7e6fe56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user