thomasv 12 years ago
parent
commit
8f090e1d01
  1. 3
      lib/wallet.py

3
lib/wallet.py

@ -684,8 +684,7 @@ class Wallet:
self.addressbook.append(address) self.addressbook.append(address)
if label: if label:
tx_hash = Hash(tx.decode('hex') )[::-1].encode('hex') self.labels[tx.hash()] = label
self.labels[tx_hash] = label
return tx return tx

Loading…
Cancel
Save