commit 91feae01acb4cf764eb2c0fbedef1000236ba034 parent 537d02977cbcc64129961806c4fab8d91a5c01ef 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(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -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