1
0
Files
electrum/lib
Neil Booth c918e74039 Put common network start and stop code in one place.
Prefer to use safer self.is_connected() as it checks interface
is not None.

Using common code gives small observable changes in behaviour:

 - slightly different print_error() messages
 - network restarts now enter status 'connecting' which they
   didn't before, which seems correct
 - status 'connecting' is done with set_status() rather than
   simply assigning the status, which seems more correct.  Now
   that the response_queue is available in the constructor this
   works; it used to fail with 'response_queue is not defined'
2015-05-22 07:52:59 +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-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