This commit is contained in:
thomasv 2012-02-10 13:44:10 +01:00
parent 8757adac40
commit 45b0a3b826
1 changed files with 1 additions and 2 deletions

View File

@ -703,8 +703,7 @@ class Wallet:
if label:
tx_hash = Hash(tx.decode('hex') )[::-1].encode('hex')
self.labels[tx_hash] = label
if save:
self.save()
return tx
def sendtx(self, tx):