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

Convert codex32 suggestions from Dialogs to zenity notifications so they're visible while the share and it's correction are being displayed instead of buried. #56

Closed BenWestgate closed 8 months ago

BenWestgate commented 11 months ago

I needed to let these run in the background so that error correction could begin immediately since it's sometimes slow. But they end up underneath my new dialogs displaying the wrong and corrected share. So lets make them all zenity notifications until I refactor that whole function, if ever. The specific reasons why an input was wrong are still important to display even if they're automatically correction.

It raises the user's Codex32 IQ and makes the error correction have less to correct next time when they understand what they're typing isn't all random noise.

BenWestgate commented 8 months ago

accidentally closed as completed

BenWestgate commented 8 months ago

This will not be worked on because the wallet GUI is being replaced with all python. Specific reasons the string is wrong are displayed to the user as the errors are made.