Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
cardano: fix usage of split_address
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Oct 24, 2018
1 parent a074dd3 commit de7125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/cardano/sign_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de7125f

Please sign in to comment.