From d005ce90ecec82c0c5bb396a554935fd90b99105 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 9 Jan 2023 11:40:24 -0800 Subject: [PATCH] Add AddressType::Bech32m --- json/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/json/src/lib.rs b/json/src/lib.rs index 56379110..cb2ec049 100644 --- a/json/src/lib.rs +++ b/json/src/lib.rs @@ -2033,6 +2033,7 @@ pub enum AddressType { Legacy, P2shSegwit, Bech32, + Bech32m, } /// Used to represent arguments that can either be an address or a public key.