1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

cardano: show public key

This commit is contained in:
Tomas Susanka 2018-08-20 19:24:57 +02:00
parent afa8fe1567
commit a5a7b9a1af

View File

@ -23,6 +23,8 @@ async def cardano_get_public_key(ctx, msg):
mnemonic = None
root_node = None
if msg.show_display:
await show.show_pubkey(ctx, key.node.public_key)
return key