From 5cfeb6b0816ce26a51437f59bf81d091107a1284 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 18 May 2018 10:56:01 +0200 Subject: [PATCH] follow-up ab2f59590cdc7acc21224e14d88b4e37946a5138 --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index df66f2288..98d3fc748 100644 --- 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')