Files
purple-electrumwallet/electrum
SomberNight 91f286b422 wallet: minor clean-up and sanity checks for unlock/lock
- unlock() did not handle password=="" well
    instead of the caller converting the arg, as in
    https://github.com/spesmilo/electrum/commit/7113cec4c724c2a443031c71cc8d08fee5e2f385,
    it is more robust for the function itself to do it
- get_unlocked_password() should never return an invalid password
- add is_unlocked()
2026-01-19 17:07:35 +00:00
..
2025-08-23 18:59:14 +00:00
2025-08-18 15:38:25 +00:00
2025-12-02 10:38:10 +01:00
2026-01-16 12:16:23 +01:00
2025-12-17 10:23:16 +00:00
2025-08-08 14:34:53 +00:00
2025-09-13 23:12:44 -04:00