electrum

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

commit bba9da91dea39dbba2c88f41601cbaa4ac90d922
parent 6f474eea3b570abf9e21e9d651001a0927c095e9
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 18 Aug 2015 17:16:15 +0200

rm debugging statement

Diffstat:
Mgui/qt/main_window.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -466,7 +466,6 @@ class ElectrumWindow(QMainWindow): def new_transaction(self, tx): - print "new tx", tx self.tx_notifications.append(tx) def notify_transactions(self):