disable testing code
authorthomasv <thomasv@gitorious>
Thu, 28 Feb 2013 10:17:15 +0000 (11:17 +0100)
committerthomasv <thomasv@gitorious>
Thu, 28 Feb 2013 10:17:15 +0000 (11:17 +0100)
lib/gui_qt.py

index ff74355..d6a419a 100644 (file)
@@ -1878,8 +1878,7 @@ class ElectrumWindow(QMainWindow):
     
 
     def send_raw_transaction(self, raw_tx):
-        print "sending", raw_tx
-        #result, result_message = self.wallet.sendtx( raw_tx )
+        result, result_message = self.wallet.sendtx( raw_tx )
         if result:
             self.show_message("Transaction succesfully sent: %s" % (result_message))
         else: