electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8a7343b61b9a0318290f71c2d775bd6e4ef0849e
parent dfb1bd120315091d9dbefae227fb6295c1e3901c
Author: thomasv <thomasv@gitorious>
Date:   Thu, 28 Feb 2013 11:17:15 +0100

disable testing code

Diffstat:
Mlib/gui_qt.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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: