bugfix: address->addr

This commit is contained in:
thomasv 2012-10-26 15:48:57 +02:00
parent b6729b3aab
commit b78fd6b3b6
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ class WalletSynchronizer(threading.Thread):
if method == 'blockchain.address.subscribe':
addr = params[0]
if self.wallet.get_status(addr) != result:
self.interface.send([('blockchain.address.get_history', [address] )])
self.interface.send([('blockchain.address.get_history', [addr] )])
elif method == 'blockchain.address.get_history':
addr = params[0]