trezor: initialize cached_passphrase_ack with None (instead of 0)

master
Roman Zeyde 6 years ago
parent e7604dff68
commit 55a899f929
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -79,7 +79,7 @@ class Trezor(interface.Device):
conn.callback_PinMatrixRequest = new_handler
cached_passphrase_ack = 0
cached_passphrase_ack = None
def _override_passphrase_handler(self, conn):
cli_handler = conn.callback_PassphraseRequest

Loading…
Cancel
Save