This commit is contained in:
SomberNight 2018-05-18 10:56:01 +02:00
parent d538106caf
commit 5cfeb6b081
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9

View File

@ -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')