Browse Source

disable testing code

283
thomasv 12 years ago
parent
commit
8a7343b61b
  1. 3
      lib/gui_qt.py

3
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:

Loading…
Cancel
Save