tfix sendtx - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 91feae01acb4cf764eb2c0fbedef1000236ba034 DIR parent 537d02977cbcc64129961806c4fab8d91a5c01ef HTML Author: thomasv <thomasv@gitorious> Date: Thu, 22 Nov 2012 13:12:17 +0100 fix sendtx Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -783,7 +783,7 @@ class Wallet: # synchronous h = self.send_tx(tx) self.tx_event.wait() - self.receive_tx(h) + return self.receive_tx(h) def send_tx(self, tx): # asynchronous