print created address in terminal, as in previous versions

This commit is contained in:
thomasv 2013-03-13 15:33:50 +01:00
parent 1f1693d29b
commit c9a7c58323
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ class Wallet:
address = self.get_new_address( account, for_change, n)
self.accounts[account][for_change].append(address)
self.history[address] = []
print_msg(address)
return address