fix(core): show xpub instead of pubkey in GetPublicKey dialog

pull/1384/head
Pavol Rusnak 4 years ago
parent 2f8d687405
commit e660a518c6

@ -52,6 +52,6 @@ async def get_public_key(ctx: wire.Context, msg: GetPublicKey) -> PublicKey:
)
if msg.show_display:
await layout.show_pubkey(ctx, pubkey)
await layout.show_xpub(ctx, node_xpub, "XPUB", "Cancel")
return PublicKey(node=node_type, xpub=node_xpub)

Loading…
Cancel
Save