electrum

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

commit e5778316e847eefe25aede2137123546a0540915
parent e2237de739375bf10b9a62ca2c0b4078232867d0
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  7 Oct 2015 04:34:41 +0200

Merge pull request #1471 from Kefkius/patch-2

Fix typo in Connection docstring
Diffstat:
Mlib/interface.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/interface.py b/lib/interface.py @@ -35,7 +35,7 @@ import pem def Connection(server, queue, config_path): - """Makes asynchronous connections to a remote remote electrum server. + """Makes asynchronous connections to a remote electrum server. Returns the running thread that is making the connection. Once the thread has connected, it finishes, placing a tuple on the