tdisable testing code - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 8a7343b61b9a0318290f71c2d775bd6e4ef0849e
DIR parent dfb1bd120315091d9dbefae227fb6295c1e3901c
HTML Author: thomasv <thomasv@gitorious>
Date: Thu, 28 Feb 2013 11:17:15 +0100
disable testing code
Diffstat:
M lib/gui_qt.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/lib/gui_qt.py b/lib/gui_qt.py
t@@ -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: