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

If user clicks "I already have a seed" accidentally, there's currently no way to go back. #31

Closed BenWestgate closed 10 months ago

BenWestgate commented 12 months ago

Clicking the X during seed restore should bring them back to the create wallet menu.

If valid shares have already been input, it should remind the user their restore progress will be lost and ask them to confirm.

BenWestgate commented 10 months ago

Resolved by: https://github.com/BenWestgate/Bails/commit/1b6bdbc26ba8c74aaa09558de24d11ec3b49be07

Will fork the "save progress" idea into a new low priority issue as it is dependent on codex32 generation reference being approved.