ThomasV
7 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/lnbase.py
|
@ -310,7 +310,7 @@ class Peer(PrintError): |
|
|
self.attempted_route = {} |
|
|
self.attempted_route = {} |
|
|
|
|
|
|
|
|
def diagnostic_name(self): |
|
|
def diagnostic_name(self): |
|
|
return 'lnbase:' + self.host |
|
|
return 'lnbase:' + str(self.host) |
|
|
|
|
|
|
|
|
def ping_if_required(self): |
|
|
def ping_if_required(self): |
|
|
if time.time() - self.ping_time > 120: |
|
|
if time.time() - self.ping_time > 120: |
|
|