From a2eed31416ab0db010496dfa80243008538de9a9 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Thu, 3 Oct 2024 14:58:23 +0200 Subject: [PATCH] CCC config first time entry without C key prompt --- shared/ccc.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/shared/ccc.py b/shared/ccc.py index 7800c038..ac9a9ac7 100644 --- a/shared/ccc.py +++ b/shared/ccc.py @@ -726,12 +726,6 @@ async def gen_or_import(): return words -async def ephemeral_seed_import(nwords): - async def import_done_cb(words): - dis.fullscreen("Applying...") - await set_ephemeral_seed_words(words, meta='Imported') - - async def toggle_ccc_feature(*a): # The only menu item show to user! if settings.get('ccc'): @@ -741,7 +735,6 @@ async def toggle_ccc_feature(*a): # - create C key (maybe import?) # - collect a policy setup, maybe 2FA enrol too # - lock that down - # - TODO copy ch = await ux_show_story('''\ This feature creates a new 2-of-3 multisig wallet. A, B, and C keys are as follows:\n A=This Coldcard, B=Backup Key, C=Policy Key ... blah balh