mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-19 16:49:02 +00:00
fixup! test: update device tests
This commit is contained in:
parent
70d5ee28ad
commit
2e72b10442
@ -41,6 +41,8 @@ def _get_public_node(
|
||||
)
|
||||
if isinstance(resp, messages.ButtonRequest):
|
||||
resp = session._callback_button(resp)
|
||||
if isinstance(resp, messages.PinMatrixRequest):
|
||||
resp = session._callback_pin(resp)
|
||||
if passphrase is not None:
|
||||
resp = session.call_raw(messages.PassphraseAck(passphrase=passphrase))
|
||||
return resp
|
||||
|
Loading…
Reference in New Issue
Block a user