mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 12:58:13 +00:00
cardano: show public key
This commit is contained in:
parent
afa8fe1567
commit
a5a7b9a1af
@ -23,6 +23,8 @@ async def cardano_get_public_key(ctx, msg):
|
|||||||
mnemonic = None
|
mnemonic = None
|
||||||
root_node = None
|
root_node = None
|
||||||
|
|
||||||
|
if msg.show_display:
|
||||||
|
await show.show_pubkey(ctx, key.node.public_key)
|
||||||
return key
|
return key
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user