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:
parent
a074dd3e54
commit
de7125fb69
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user