BIP372, BIP381: trivial spelling fixups

This commit is contained in:
Huberto 2024-12-17 05:30:45 +01:00 committed by Jon Atack
parent 708162951c
commit 450cdbbdaf
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ P2C tweaks commit to external data, some of which may represent certain value
(like in some sidechains, single-use-seal applications like RGB etc). Creation (like in some sidechains, single-use-seal applications like RGB etc). Creation
of such outputs much allow hardware devices to understand the structure of such of such outputs much allow hardware devices to understand the structure of such
extra-transaction data, which may be in different formats and constantly extra-transaction data, which may be in different formats and constantly
involve. Thus, this should be addresses with a separate standards (or be a evolve. Thus, this should be addressed with a separate standards (or be a
vendor-based). The current proposal only touches the question of spending an vendor-based). The current proposal only touches the question of spending an
output which contained previously created P2C commitment, which does not creates output which contained previously created P2C commitment, which does not creates
a new commitment and does not provides that kind of risk of extra-blockchain a new commitment and does not provides that kind of risk of extra-blockchain
@ -181,7 +181,7 @@ TBD
Timestamping with Bitcoin. Timestamping with Bitcoin.
<https://petertodd.org/2016/opentimestamps-announcement> <https://petertodd.org/2016/opentimestamps-announcement>
[4] Adam Back, Matt Corallo, Luke Dashjr, et al. Enabling Blockchain [4] Adam Back, Matt Corallo, Luke Dashjr, et al. Enabling Blockchain
Innovations with Pegged Sidechains (commit5620e43). Appenxix A. Innovations with Pegged Sidechains (commit5620e43). Appendix A.
<https://blockstream.com/sidechains.pdf>;. <https://blockstream.com/sidechains.pdf>;.
[5] Maxim Orlovsky, Rene Pickhardt, Federico Tenga, et al. Key [5] Maxim Orlovsky, Rene Pickhardt, Federico Tenga, et al. Key
tweaking: collision- resistant elliptic curve-based commitments. tweaking: collision- resistant elliptic curve-based commitments.

View File

@ -111,7 +111,7 @@ Invalid descriptors
* <tt>pk()</tt> only accepts key expressions: <tt>pk(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt> * <tt>pk()</tt> only accepts key expressions: <tt>pk(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt>
* <tt>pkh()</tt> only accepts key expressions: <tt>pkh(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt> * <tt>pkh()</tt> only accepts key expressions: <tt>pkh(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))</tt>
* <tt>sh()</tt> only acceps script expressions: <tt>sh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)</tt> * <tt>sh()</tt> only accepts script expressions: <tt>sh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)</tt>
* <tt>sh()</tt> is top level only: <tt>sh(sh(pkh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)))</tt> * <tt>sh()</tt> is top level only: <tt>sh(sh(pkh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)))</tt>
==Backwards Compatibility== ==Backwards Compatibility==