1
0
Files
electrum/gui/qt
Neil Booth 0f29984f07 Speed up freezing and unfreezing of many addresses
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.
2015-05-31 11:54:21 +09:00
..
2015-05-25 08:47:25 +02:00
2015-05-27 17:14:40 +09:00
2015-03-14 12:28:19 +01:00
2015-05-28 15:52:31 +09:00
2015-05-27 11:44:28 +09:00
2015-05-08 20:00:13 +02:00