minor fix
authorThomasV <thomasv@gitorious>
Tue, 24 Jun 2014 15:43:23 +0000 (17:43 +0200)
committerThomasV <thomasv@gitorious>
Tue, 24 Jun 2014 15:43:23 +0000 (17:43 +0200)
lib/transaction.py

index 973e642..88e8988 100644 (file)
@@ -641,7 +641,7 @@ class Transaction:
                     xpub_list.append((xpub,sequence))
                 elif x_pubkey[0:2] == 'fe':
                     xpub, sequence = OldAccount.parse_xpubkey(x_pubkey)
-                    xpub_list.add((xpub,sequence))
+                    xpub_list.append((xpub,sequence))
                 else:
                     addr_list.add(txin['address'])