This commit is contained in:
Peter D. Gray 2025-09-22 10:53:55 -04:00
parent 4457576ad4
commit 3461ce336d
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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):