Skip to content

Commit 4ed064d

Browse files
committed
docs: correctly identify script type
fixes a typo
1 parent e9a1c9f commit 4ed064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/descriptors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ steps, or for dumping wallet descriptors including private key material.
191191
In order to easily represent the sets of scripts currently supported by
192192
existing Bitcoin Core wallets, a convenience function `combo` is
193193
provided, which takes as input a public key, and describes a set of P2PK,
194-
P2PKH, P2WPKH, and P2SH-P2WPH scripts for that key. In case the key is
194+
P2PKH, P2WPKH, and P2SH-P2WPKH scripts for that key. In case the key is
195195
uncompressed, the set only includes P2PK and P2PKH scripts.
196196

197197
### Checksums

0 commit comments

Comments
 (0)