diff options
author | fanquake <fanquake@gmail.com> | 2021-02-08 08:49:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-08 08:54:05 +0800 |
commit | 1815847103c2d989c0eec81576d94391d4c05777 (patch) | |
tree | d5c4db7e41629c2da1201c375e5346d724e48d47 | |
parent | 6c6140846f37de8c132b3b6abf09f3d7940554a7 (diff) | |
parent | 4ed064dbd90b5f254c4637e8f820c75225958f1f (diff) |
Merge #21105: docs: correctly identify script type
4ed064dbd90b5f254c4637e8f820c75225958f1f docs: correctly identify script type (lisa neigut)
Pull request description:
Fix a typo.
ACKs for top commit:
sipa:
ACK 4ed064dbd90b5f254c4637e8f820c75225958f1f
darosior:
ACK 4ed064dbd90b5f254c4637e8f820c75225958f1f
theStack:
ACK 4ed064dbd90b5f254c4637e8f820c75225958f1f
Tree-SHA512: 94572fde89865a085020767f9de58f41c6b1c8f714c0bc6c256a4fc419a2693ce8a33d953d4c75542495ae72882d10846354db751770e85d3d694d88e0378843
-rw-r--r-- | doc/descriptors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/descriptors.md b/doc/descriptors.md index 63acb9167f..c4fc2a66bf 100644 --- a/doc/descriptors.md +++ b/doc/descriptors.md @@ -191,7 +191,7 @@ steps, or for dumping wallet descriptors including private key material. In order to easily represent the sets of scripts currently supported by existing Bitcoin Core wallets, a convenience function `combo` is provided, which takes as input a public key, and describes a set of P2PK, -P2PKH, P2WPKH, and P2SH-P2WPH scripts for that key. In case the key is +P2PKH, P2WPKH, and P2SH-P2WPKH scripts for that key. In case the key is uncompressed, the set only includes P2PK and P2PKH scripts. ### Checksums |