Skip to content

Commit 1815847

Browse files
committed
Merge #21105: docs: correctly identify script type
4ed064d docs: correctly identify script type (lisa neigut) Pull request description: Fix a typo. ACKs for top commit: sipa: ACK 4ed064d darosior: ACK 4ed064d theStack: ACK 4ed064d Tree-SHA512: 94572fde89865a085020767f9de58f41c6b1c8f714c0bc6c256a4fc419a2693ce8a33d953d4c75542495ae72882d10846354db751770e85d3d694d88e0378843
2 parents 6c61408 + 4ed064d commit 1815847

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)