1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

cardano: fix usage of split_address

This commit is contained in:
Pavol Rusnak 2018-10-24 10:25:34 +02:00
parent a074dd3e54
commit de7125fb69
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -54,7 +54,7 @@ async def show_tx(
for index, change in enumerate(change_derivation_paths):
if not await confirm_with_pagination(
ctx,
split_address(address_n_to_str(change)),
list(split_address(address_n_to_str(change))),
"Confirm change",
ui.ICON_SEND,
ui.GREEN,