1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

fix(core): do not drop cashaddr prefix for QR code

[no changelog]
This commit is contained in:
matejcik 2022-03-11 11:39:46 +01:00 committed by matejcik
parent edb87359eb
commit cdca0bad9e

View File

@ -110,6 +110,7 @@ async def get_address(
await show_address(
ctx,
address=address_short,
address_qr=address,
case_sensitive=address_case_sensitive,
title=title,
)