fix var name

This commit is contained in:
thomasv 2012-01-11 17:35:58 +01:00
parent f909fb39aa
commit e219c1b761
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class Interface:
def retrieve_history(self, address):
if self.use_http():
out = self.http_json_server.blockchain.address.get_history(params)
out = self.http_json_server.blockchain.address.get_history(address)
else:
out = ast.literal_eval( self.request( repr ( ('h', address ))) )
return out