mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Speedup mainly from writing to storage only once. Make frozen_addresses a set in memory, as sets give cleaner code and are more efficient. Minor change in behaviour: command line freezing used to return False if the address isn't in the wallet OR the address was already frozen. Now it returns more like a success code: it returns False only if the address isn't in the wallet regardless of frozen state. Similarly for unfreezing. |
||
---|---|---|
.. | ||
themes | ||
__init__.py | ||
address_dialog.py | ||
amountedit.py | ||
console.py | ||
history_widget.py | ||
history_widget_lite.py | ||
installwizard.py | ||
lite_window.py | ||
main_window.py | ||
network_dialog.py | ||
password_dialog.py | ||
paytoedit.py | ||
qrcodewidget.py | ||
qrtextedit.py | ||
qrwindow.py | ||
receiving_widget.py | ||
seed_dialog.py | ||
transaction_dialog.py | ||
util.py | ||
version_getter.py |