docs: correctly identify script type

fixes a typo
This commit is contained in:
lisa neigut 2021-02-07 12:20:01 -06:00
parent e9a1c9fbde
commit 4ed064dbd9
No known key found for this signature in database
GPG key ID: BFF0F67810C1EED1

View file

@ -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 In order to easily represent the sets of scripts currently supported by
existing Bitcoin Core wallets, a convenience function `combo` is existing Bitcoin Core wallets, a convenience function `combo` is
provided, which takes as input a public key, and describes a set of P2PK, 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. uncompressed, the set only includes P2PK and P2PKH scripts.
### Checksums ### Checksums