small fixes

This commit is contained in:
scgbckbone 2024-10-10 14:20:31 +02:00
parent 14be94e049
commit d0f7a451ef

View File

@ -4,6 +4,8 @@
#
import gc, chains, version, ngu, web2fa, bip39, re, ckcc
from utils import swab32, a2b_hex, b2a_hex, xfp2str, truncate_address, pad_raw_secret
import gc, chains, version, ngu, web2fa, bip39, re
from utils import swab32, a2b_hex, b2a_hex, xfp2str, truncate_address
from glob import settings
from ux import ux_confirm, ux_show_story, the_ux, OK, ux_dramatic_pause, ux_enter_number
from menu import MenuSystem, MenuItem, start_chooser