Browse Source
Merge pull request #6060 from JeremyRand/commands-getservers-clarify
Commands: clarify description of getservers
hard-fail-on-bad-server-string
ghost43
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
electrum/commands.py
|
|
@ -467,7 +467,7 @@ class Commands: |
|
|
|
|
|
|
|
@command('n') |
|
|
|
async def getservers(self): |
|
|
|
"""Return the list of available servers""" |
|
|
|
"""Return the list of known servers (candidates for connecting).""" |
|
|
|
return self.network.get_servers() |
|
|
|
|
|
|
|
@command('') |
|
|
|