Skip to content

Commit c3f7e6f

Browse files
authored
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
1 parent 48b3896 commit c3f7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0118.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Any participant can take a transaction and rewrite it by changing the
9292
hash reference to the previous output, without invalidating the
9393
signatures.
9494
This allows transactions to be bound to any output that matches the
95-
value committed to in the <tt>witness</tt> and whose <tt>witnessProgram</tt>,
95+
value committed to in the signature and whose <tt>witnessProgram</tt>,
9696
combined with the spending transaction's <tt>witness</tt> returns <tt>true</tt>.
9797

9898
Previously, all information in the transaction was committed in the

0 commit comments

Comments
 (0)