commit 9930d5fd6f6fd269614a58182ac49d21b358f8f1 parent 134ae3d0440a60bf3912c1ff58b8e53d039b0157 Author: Neil Booth <kyuupichan@gmail.com> Date: Sat, 30 Jan 2016 13:00:25 +0900 Update obsolete comment. Diffstat:
M | 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 @@ -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)