fix error to create a wallet due to missing pick_random_server decl
This commit is contained in:
@@ -33,6 +33,9 @@ def filter_protocol(servers, p):
|
||||
return l
|
||||
|
||||
|
||||
def pick_random_server():
|
||||
return random.choice( filter_protocol(DEFAULT_SERVERS,'s') )
|
||||
|
||||
|
||||
class Network(threading.Thread):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user