fix
authorthomasv <thomasv@gitorious>
Mon, 25 Feb 2013 18:04:41 +0000 (19:04 +0100)
committerthomasv <thomasv@gitorious>
Mon, 25 Feb 2013 18:04:41 +0000 (19:04 +0100)
lib/wallet.py

index fb47a03..4ddc67b 100644 (file)
@@ -336,8 +336,7 @@ class Wallet:
         for tx_hash, tx in self.transactions.items():
             is_send, _, _ = self.get_tx_value(tx)
             if is_send:
-                for o in tx.outputs:
-                    addr = o.get('address')
+                for addr, v in tx.outputs:
                     if not self.is_mine(addr) and addr not in self.addressbook:
                         self.addressbook.append(addr)
         # redo labels