cardano: fix usage of split_address

pull/25/head
Pavol Rusnak 6 years ago
parent a074dd3e54
commit de7125fb69
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save