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:
parent
6d205a416f
commit
684802907a
@ -869,15 +869,14 @@ if not utils.BITCOIN_ONLY:
|
|||||||
account_path: str,
|
account_path: str,
|
||||||
vote_account: str,
|
vote_account: str,
|
||||||
stake_item: tuple[str, str],
|
stake_item: tuple[str, str],
|
||||||
amount_item: tuple[str, str] | None,
|
amount_item: tuple[str, str],
|
||||||
fee_item: tuple[str, str],
|
fee_item: tuple[str, str],
|
||||||
fee_details: Iterable[tuple[str, str]],
|
fee_details: Iterable[tuple[str, str]],
|
||||||
blockhash_item: tuple[str, str],
|
blockhash_item: tuple[str, str],
|
||||||
br_name: str,
|
br_name: str,
|
||||||
) -> None:
|
) -> None:
|
||||||
(address_title, address) = stake_item
|
(address_title, address) = stake_item
|
||||||
summary_items = (amount_item,) if amount_item else ()
|
summary_items = (amount_item, fee_item)
|
||||||
summary_items += (fee_item, blockhash_item)
|
|
||||||
await raise_if_not_confirmed(
|
await raise_if_not_confirmed(
|
||||||
trezorui_api.flow_confirm_output(
|
trezorui_api.flow_confirm_output(
|
||||||
title=title,
|
title=title,
|
||||||
|
Loading…
Reference in New Issue
Block a user