aboutsummaryrefslogtreecommitdiff
path: root/doc/descriptors.md
diff options
context:
space:
mode:
authorlisa neigut <niftynei@gmail.com>2021-02-07 12:20:01 -0600
committerlisa neigut <niftynei@gmail.com>2021-02-07 12:20:01 -0600
commit4ed064dbd90b5f254c4637e8f820c75225958f1f (patch)
tree75dd7a83cd8af3d0c6d916d4c05c3327af13bbd8 /doc/descriptors.md
parente9a1c9fbdea977edbb4d10d0368cc7c3199bc469 (diff)
downloadbitcoin-4ed064dbd90b5f254c4637e8f820c75225958f1f.tar.xz
docs: correctly identify script type
fixes a typo
Diffstat (limited to 'doc/descriptors.md')
-rw-r--r--doc/descriptors.md2
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