fix sendtx
authorthomasv <thomasv@gitorious>
Thu, 22 Nov 2012 12:12:17 +0000 (13:12 +0100)
committerthomasv <thomasv@gitorious>
Thu, 22 Nov 2012 12:12:17 +0000 (13:12 +0100)
lib/wallet.py

index c649686..756bd4b 100644 (file)
@@ -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