1
0

update tx label in gui

This commit is contained in:
thomasv
2013-02-27 12:51:49 +01:00
parent cd9f2f02d2
commit d5ba4398ee
5 changed files with 12 additions and 3 deletions

View File

@@ -689,9 +689,6 @@ class Wallet:
if address not in self.addressbook and not self.is_mine(address):
self.addressbook.append(address)
#if label:
# self.labels[tx.hash()] = label
return tx
def sign_tx(self, tx, password):