nit
This commit is contained in:
parent
4457576ad4
commit
3461ce336d
@ -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.
|
||||
|
||||
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user