spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.23k stars 3.03k forks source link

wizard: skip/hide passphrase option for 'old' and '2fa' seeds (see #4326) #8906

Closed accumulator closed 4 months ago

accumulator commented 4 months ago

see https://github.com/spesmilo/electrum/issues/4326#issuecomment-1930822368

accumulator commented 4 months ago

A bit of a bigger refactor for qml, but for the better.

passphrase support now determined in wizard.validate_seed() and taken into account in the UIs

SomberNight commented 4 months ago

Looks good. Thx.