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:
parent
bd943663d6
commit
7007dbac00
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user