Skip to content

Commit ad46e58

Browse files
committed
Syntaxic proofs for BIP-372
Signed-off-by: Dr. Maxim Orlovsky <[email protected]>
1 parent 0337a6c commit ad46e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0372.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ in client-side-validation protocols like RGB.
4747
===Motivation===
4848

4949
P2C outputs can be detected onchain and spent only if the output owner
50-
not just knowns the corresponding original private key, but also is aware about
50+
not just knows the corresponding original private key, but also is aware about
5151
P2C tweak applied to the public key. In order to produce a valid signature, the
5252
same tweak value must be added (modulo group order) to the original private key
53-
by a signer device. This represents a channelge for external signers, which may
53+
by a signer device. This represents a challenge for external signers, which may
5454
not have any information about such commitment. This proposal addresses this
5555
issue by adding relevant fields to the PSBT input information.
5656

5757
The proposal abstracts details of specific P2C protocols and provides universal
58-
method for spending previous outpus containing P2C tweaks, applied to the public
58+
method for spending previous outputs containing P2C tweaks, applied to the public
5959
key contained within any standard form of the <tt>scriptPubkey</tt>, including
6060
bare scripts and P2PK, P2PKH, P2SH, witness v0 P2WPKH, P2WSH, nested witness v0
6161
P2WPKH-P2SH, P2WSH-P2SH and witness v1 P2TR outputs.

0 commit comments

Comments
 (0)