electrum

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

commit 5cfeb6b0816ce26a51437f59bf81d091107a1284
parent d538106cafb89ed1c5d4fca95899ac88e64e4a36
Author: SomberNight <somber.night@protonmail.com>
Date:   Fri, 18 May 2018 10:56:01 +0200

follow-up ab2f59590cdc7acc21224e14d88b4e37946a5138

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -647,7 +647,7 @@ class Commands: util.print_error('Got Response for %s' % address) except BaseException as e: util.print_error(str(e)) - self.network.subscribe_to_addresses([addr], callback) + self.network.subscribe_to_addresses([address], callback) return True @command('wn')