tMerge pull request #6060 from JeremyRand/commands-getservers-clarify - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e1e5167ca9a1b0147c4332ab7c238fd97dadfa4f DIR parent 79d57784c15dc4debf13c36c871df515db48ada0 HTML Author: ghost43 <somber.night@protonmail.com> Date: Tue, 31 Mar 2020 01:23:35 +0000 Merge pull request #6060 from JeremyRand/commands-getservers-clarify Commands: clarify description of getservers Diffstat: M electrum/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/commands.py b/electrum/commands.py t@@ -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('')