From d92c0e624c6ca8cc7e40fc97cd6500290c199606 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Fri, 14 Nov 2025 16:32:46 +0100 Subject: [PATCH] add more wallets to EDGE warning --- shared/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/actions.py b/shared/actions.py index d88ef6b9..f02e8549 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -913,7 +913,7 @@ async def start_login_sequence(): # Version warning before HSM is offered if version.is_edge and not ckcc.is_simulator(): await ux_show_story("This firmware version is qualified for use with wallets (such as" - " AnchorWatch) that keep redundant key schemas for recovery" + " AnchorWatch, Liana, and Nunchuk) that keep redundant key schemas for recovery" " independent of COLDCARD. We support the very latest Bitcoin innovations" " in the Edge Version.", title="Edge Version")