Skip to content

Fix import screen#789

Merged
Rigidity merged 1 commit into
mainfrom
fix-import
May 27, 2026
Merged

Fix import screen#789
Rigidity merged 1 commit into
mainfrom
fix-import

Conversation

@Rigidity

@Rigidity Rigidity commented May 27, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
Single-line input sanitization change on the import form with no auth or persistence logic touched.

Overview
Fixes wallet import normalization on the import screen by updating cleanKey so pasted keys keep digits instead of treating them as invalid characters.

Previously, cleanKey replaced any non-letter character with a space before splitting and lowercasing the key sent to importKey. Keys that legitimately include numbers could be mangled and fail import; the regex now allows a–z and 0–9 (still lowercased and whitespace-normalized).

Reviewed by Cursor Bugbot for commit b4fc587. Bugbot is set up for automated code reviews on this repo. Configure here.

@Rigidity Rigidity merged commit fa6357e into main May 27, 2026
8 checks passed
@Rigidity Rigidity deleted the fix-import branch May 27, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant