From 6e40db4975eb0710c3fc18b8a72c76d62e84ba7b Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Tue, 26 Mar 2024 09:56:04 -0400 Subject: [PATCH] anticipate t2pr --- shared/address_explorer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/address_explorer.py b/shared/address_explorer.py index a29cde53..bc388602 100644 --- a/shared/address_explorer.py +++ b/shared/address_explorer.py @@ -8,7 +8,7 @@ import chains, stash, version from ux import ux_show_story, the_ux, ux_enter_bip32_index from ux import export_prompt_builder, import_export_prompt_decode from menu import MenuSystem, MenuItem -from public_constants import AFC_BECH32, AF_CLASSIC, AF_P2WPKH, AF_P2WPKH_P2SH +from public_constants import AFC_BECH32, AFC_BECH32M, AF_CLASSIC, AF_P2WPKH, AF_P2WPKH_P2SH from multisig import MultisigWallet from uasyncio import sleep_ms from uhashlib import sha256 @@ -351,7 +351,7 @@ Press (3) if you really understand and accept these risks. continue from ux import show_qr_codes - await show_qr_codes(addrs, bool(addr_fmt & AFC_BECH32), start) + await show_qr_codes(addrs, bool(addr_fmt & (AFC_BECH32|AFC_BECH32M)), start) continue elif NFC and (choice == KEY_NFC):