Skip to content

Commit d2a09c8

Browse files
committed
doc: mention bech32m/BIP350 in doc/descriptors.md
1 parent 7be143a commit d2a09c8

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
@@ -99,7 +99,7 @@ Descriptors consist of several types of expressions. The top level expression is
9999
`ADDR` expressions are any type of supported address:
100100
- P2PKH addresses (base58, of the form `1...` for mainnet or `[nm]...` for testnet). Note that P2PKH addresses in descriptors cannot be used for P2PK outputs (use the `pk` function instead).
101101
- P2SH addresses (base58, of the form `3...` for mainnet or `2...` for testnet, defined in [BIP 13](https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki)).
102-
- Segwit addresses (bech32, of the form `bc1...` for mainnet or `tb1...` for testnet, defined in [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)).
102+
- Segwit addresses (bech32 and bech32m, of the form `bc1...` for mainnet or `tb1...` for testnet, defined in [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki) and [BIP 350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)).
103103

104104
## Explanation
105105

0 commit comments

Comments
 (0)