1
0
Files
electrum/lib
Neil Booth 274965468e Remove interfaces in one place only
switch_to_random_interface used to do is_connected()
checks and remove interfaces when switching.  This
is redundant: interfaces are only added to self.interfaces
once in is_connected() state from process_if_notification().
When they are disconnected, a notification is also received
and process_if_notification() performs the removal.  Furthermore,
two other callers of switch_to_interface do not do explicit
is_connected() checks before calling it.
2015-05-22 15:01:11 +09:00
..
2015-04-11 11:41:02 -04:00
2015-05-21 12:50:26 +02:00
2015-02-24 19:32:59 +01:00
2015-05-22 15:01:11 +09:00
2015-04-30 17:33:29 +02:00
2015-05-05 21:00:35 +02:00
2015-05-08 09:31:45 +09:00
2015-05-17 09:17:52 +02:00
2015-05-19 11:56:33 +02:00
2015-05-02 16:26:27 +02:00