1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-24 13:22:05 +00:00

fixup! feat(core): add Solana staking layouts

This commit is contained in:
Roman Zeyde 2025-02-23 12:23:32 +02:00
parent 6d205a416f
commit 684802907a

View File

@ -869,15 +869,14 @@ if not utils.BITCOIN_ONLY:
account_path: str,
vote_account: str,
stake_item: tuple[str, str],
amount_item: tuple[str, str] | None,
amount_item: tuple[str, str],
fee_item: tuple[str, str],
fee_details: Iterable[tuple[str, str]],
blockhash_item: tuple[str, str],
br_name: str,
) -> None:
(address_title, address) = stake_item
summary_items = (amount_item,) if amount_item else ()
summary_items += (fee_item, blockhash_item)
summary_items = (amount_item, fee_item)
await raise_if_not_confirmed(
trezorui_api.flow_confirm_output(
title=title,