Skip to content

Commit 9e6dff7

Browse files
committed
Merge #274: Add AddressType::Bech32m
d005ce9 Add AddressType::Bech32m (Casey Rodarmor) Pull request description: Tested against Bitcoin Core 24. ACKs for top commit: apoelstra: ACK d005ce9 Tree-SHA512: ad44756613cd820d8cbf8abd8b25ffadda5e7434d6428dea7c1d7170db0f21c17c9900336a665b0f199fbb62e141b259dbb0483be24d1c16b4571b8c92bf770d
2 parents 8cccc5f + d005ce9 commit 9e6dff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ pub enum AddressType {
20332033
Legacy,
20342034
P2shSegwit,
20352035
Bech32,
2036+
Bech32m,
20362037
}
20372038

20382039
/// Used to represent arguments that can either be an address or a public key.

0 commit comments

Comments
 (0)