diff --git a/client/wallet.py b/client/wallet.py index 8c510d51..d08b5353 100644 --- a/client/wallet.py +++ b/client/wallet.py @@ -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):