From 8a7343b61b9a0318290f71c2d775bd6e4ef0849e Mon Sep 17 00:00:00 2001 From: thomasv Date: Thu, 28 Feb 2013 11:17:15 +0100 Subject: [PATCH] disable testing code --- lib/gui_qt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index ff74355b..d6a419ad 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -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: