From 9930d5fd6f6fd269614a58182ac49d21b358f8f1 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 30 Jan 2016 13:00:25 +0900 Subject: [PATCH] Update obsolete comment. --- plugins/hw_wallet/qt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/hw_wallet/qt.py b/plugins/hw_wallet/qt.py index e29f228a..a8ac3ab8 100644 --- a/plugins/hw_wallet/qt.py +++ b/plugins/hw_wallet/qt.py @@ -31,8 +31,7 @@ from electrum.wallet import BIP44_Wallet # parented on MacOSX. class QtHandlerBase(QObject, PrintError): '''An interface between the GUI (here, QT) and the device handling - logic for handling I/O. This is a generic implementation of the - TREZOR protocol; derived classes can customize it.''' + logic for handling I/O.''' qcSig = pyqtSignal(object, object)