electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e1e5167ca9a1b0147c4332ab7c238fd97dadfa4f
parent 79d57784c15dc4debf13c36c871df515db48ada0
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:
Melectrum/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/commands.py b/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('')