Browse Source

Commands: clarify description of getservers

The previous description made it sound like it returned the list of
currently connected servers; this clarifies that it's only a list of
candidate servers to connect to (no guarantee that they are all currently
connected).
hard-fail-on-bad-server-string
JeremyRand 5 years ago
parent
commit
72de433f5c
No known key found for this signature in database GPG Key ID: B3F2D165786D6570
  1. 2
      electrum/commands.py

2
electrum/commands.py

@ -467,7 +467,7 @@ class Commands:
@command('n') @command('n')
async def getservers(self): async def getservers(self):
"""Return the list of available servers""" """Return the list of known servers (candidates for connecting)."""
return self.network.get_servers() return self.network.get_servers()
@command('') @command('')

Loading…
Cancel
Save