anticipate t2pr
This commit is contained in:
parent
1713f2f9aa
commit
6e40db4975
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user