Skip to content

Commit 833040d

Browse files
authored
Merge pull request bitcoin#1074 from sanket1729/patch-1
Change `witness` to signature
2 parents 1f0b563 + c3f7e6f commit 833040d

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)