disable testing code

This commit is contained in:
thomasv 2013-02-28 11:17:15 +01:00
parent dfb1bd1203
commit 8a7343b61b
1 changed files with 1 additions and 2 deletions

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