mirror of
https://github.com/monero-project/monero.git
synced 2024-11-06 00:17:37 +00:00
bcb86ae651
Loading the same wallet as the currently loaded one would autosave the current state after loading it, leading to some kind of rollback effect. We now save before loading to avoid this. If loading fails, it means the current wallet will be saved (or maybe not, depending on where the failure occurs: most of the sanity checks occur before saving). There is a new autosave_current flag to open/restore calls so the (enabled by default) autosave can be skipped. |
||
---|---|---|
.. | ||
__init__.py | ||
daemon.py | ||
rpc.py | ||
wallet.py |