Update obsolete comment.
This commit is contained in:
parent
134ae3d044
commit
9930d5fd6f
@ -31,8 +31,7 @@ from electrum.wallet import BIP44_Wallet
|
|||||||
# parented on MacOSX.
|
# parented on MacOSX.
|
||||||
class QtHandlerBase(QObject, PrintError):
|
class QtHandlerBase(QObject, PrintError):
|
||||||
'''An interface between the GUI (here, QT) and the device handling
|
'''An interface between the GUI (here, QT) and the device handling
|
||||||
logic for handling I/O. This is a generic implementation of the
|
logic for handling I/O.'''
|
||||||
TREZOR protocol; derived classes can customize it.'''
|
|
||||||
|
|
||||||
qcSig = pyqtSignal(object, object)
|
qcSig = pyqtSignal(object, object)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user