1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

typo: BIP [380-385]

This commit is contained in:
jaonoctus 2021-09-15 09:21:09 -03:00
parent bd943663d6
commit 7007dbac00
No known key found for this signature in database
GPG Key ID: A8CCF534DC5F6BDB
6 changed files with 9 additions and 9 deletions

View File

@ -206,7 +206,7 @@ However many components of the expressions reuse encodings and serializations de
Output script descriptors are designed for future extension with further fragment types and new script expressions.
These will be specified in additional BIPs.
==Reference Implemntation==
==Reference Implementation==
Descriptors have been implemented in Bitcoin Core since version 0.17.

View File

@ -78,6 +78,6 @@ TBD
As these are a wholly new descriptors, they are not compatible with any implementation.
However the scripts produced are standard scripts so existing software are likely to be familiar with them.
==Reference Implemntation==
==Reference Implementation==
<tt>pk()</tt>, <tt>pkh()</tt>, and <tt>sh()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.

View File

@ -65,6 +65,6 @@ TBD
As these are a wholly new descriptors, they are not compatible with any implementation.
However the scripts produced are standard scripts so existing software are likely to be familiar with them.
==Reference Implemntation==
==Reference Implementation==
<tt>wpkh()</tt>, and <tt>wsh()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.

View File

@ -73,6 +73,6 @@ TBD
As these are a wholly new descriptors, they are not compatible with any implementation.
However the scripts produced are standard scripts so existing software are likely to be familiar with them.
==Reference Implemntation==
==Reference Implementation==
<tt>multi()</tt>, and <tt>multi()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.
<tt>multi()</tt>, and <tt>sortedmulti()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.

View File

@ -43,6 +43,6 @@ TBD
As this is a wholly new descriptor, it is not compatible with any implementation.
However the scripts produced are standard scripts so existing software are likely to be familiar with them.
==Reference Implemntation==
==Reference Implementation==
<tt>combo</tt> descriptors have been implemented in Bitcoin Core since version 0.17.
<tt>combo()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.

View File

@ -52,6 +52,6 @@ TBD
As this is a wholly new descriptor, it is not compatible with any implementation.
The reuse of existing Bitcoin addresses allows for this to be more easily implemented.
==Reference Implemntation==
==Reference Implementation==
<tt>raw()</tt> and <tt>addr</tt> descriptors have been implemented in Bitcoin Core since version 0.17.
<tt>raw()</tt> and <tt>addr()</tt> descriptors have been implemented in Bitcoin Core since version 0.17.