URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 45b0a3b826b8c70124ff6b0782467744ff04ac61
   DIR parent 8757adac40d91ec4d3e8031a63de53bc782bb4e9
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Fri, 10 Feb 2012 13:44:10 +0100
       
       fix
       
       Diffstat:
         M client/wallet.py                    |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/client/wallet.py b/client/wallet.py
       t@@ -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):