File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ The **reveal protocol** is usually run between the committing and verifying
170170parties; however it may be used by the committing party to make the proofs
171171of the commitment public. These proofs include:
172172* ` scriptPubkey ` from the transaction output containing the commitment;
173- * * original message* ` msg ` to which the * comitting party* has committed;
173+ * * original message* ` msg ` to which the * committing party* has committed;
174174* * extra-transaction proof* (ETP), constructed at the 5th step of the
175175 [ commitment protocol] ( #commitment ) ;
176176* (optional) proofs that the ` scriptPubkey ` is a part of a transaction
@@ -325,7 +325,7 @@ key to spend the output.
325325With Taproot we can't tweak the public key contained in the ` scriptPubkey `
326326directly since it will invalidate its commitment to the Tapscript and to the
327327intermediate key, rendering output unspendable. Thus, we put tweak into the
328- underlying intermediate public key as the only avaliable option.
328+ underlying intermediate public key as the only available option.
329329
330330
331331## Reference implementation
You can’t perform that action at this time.
0 commit comments