BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
40 stars 7 forks source link

Create codex32 seed must highlight error locations #66

Closed BenWestgate closed 11 months ago

BenWestgate commented 11 months ago

It should display what the user typed (spaced) after failure and highlight the location of the mistakes. It should not autocorrect anything but should say if a non-bech32 character or wrong case or prefix or identifier was used. The user should make the corrections themselves no matter how simple it would be for the computer to correct it.

Then after highlighting the user's mistakes it can show the correct string again.

BenWestgate commented 11 months ago

This has been implemented. The error messages should also display for easy to detect incorrect strings.