diff --git a/core/src/apps/cardano/layout.py b/core/src/apps/cardano/layout.py index 65a4033b06..cc1160aff3 100644 --- a/core/src/apps/cardano/layout.py +++ b/core/src/apps/cardano/layout.py @@ -202,7 +202,7 @@ async def show_warning_address_foreign_staking_key( address_n_to_str(staking_account_path), ) else: - staking_key_message = ("Staking key:", hexlify(staking_key_hash)) + staking_key_message = ("Staking key:", hexlify(staking_key_hash).decode()) await show_warning( ctx, staking_key_message, button="Ok",