diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index f7077e54..92442dd0 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -45,7 +45,7 @@ Spending policies for "Single Signers" adds new spending policy options: ## 1.3.4Q - 2025-09-2x - Enhancement: Enter "forever calculator" mode when Q would otherwise be e-waste: after 13 - PIN failures, when device is bricked. + PIN failures or when device is bricked. - Bugfix: Correct line positioning when 24 seed words displayed. diff --git a/shared/calc.py b/shared/calc.py index 8e31e4a4..3649634e 100644 --- a/shared/calc.py +++ b/shared/calc.py @@ -85,7 +85,6 @@ Example Commands: elif re_prefix.match(ln) and (len(ln) <= 7): # show words - from pincodes import pa ans = pa.prefix_words(ln[:-1].encode()) else: if any((b in ln) for b in blacklist):