LBRY-Vault/electrum/plugins/ledger
SomberNight a7199696d3
json_db: exempt keystore from StoredDict conversion
The keystore logic would need to be significantly changed to nicely
interoperate with StoredDict/json_db logic.
(just see KeyStore.__init__() and KeyStore.dump())
For now we exempt the keystore from the recursive StoredDict conversion, as
it is a smaller change that is also easier to review for correctness.

fixes #6066
fixes #6401

also reverts 2d3c2eeea9 (which was an even hackier workaround for #6066)
2020-09-04 16:11:01 +02:00
..
__init__.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
auth2fa.py qt: introduce PasswordLineEdit(QLineEdit) 2020-04-07 18:58:37 +02:00
cmdline.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
ledger.py json_db: exempt keystore from StoredDict conversion 2020-09-04 16:11:01 +02:00
qt.py Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) 2019-08-11 22:35:23 +00:00