mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
python: Add cancel_authorization() to trezorlib.
This commit is contained in:
parent
292d909235
commit
62d66a713c
@ -193,3 +193,8 @@ def reset(
|
||||
def backup(client):
|
||||
ret = client.call(messages.BackupDevice())
|
||||
return ret
|
||||
|
||||
|
||||
@expect(messages.Success, field="message")
|
||||
def cancel_authorization(client):
|
||||
return client.call(messages.CancelAuthorization())
|
||||
|
Loading…
Reference in New Issue
Block a user