Skip to content

Commit d005ce9

Browse files
committed
Add AddressType::Bech32m
1 parent 13256b0 commit d005ce9

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)