mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 21:48:17 +00:00
fixup! refactor(core): model_r confirm_summary
This commit is contained in:
parent
acee4b605e
commit
5c2bacd39a
@ -755,7 +755,7 @@ def confirm_summary(
|
|||||||
fee_items: Iterable[tuple[str, str]] | None = None,
|
fee_items: Iterable[tuple[str, str]] | None = None,
|
||||||
account_items: Iterable[tuple[str, str]] | None = None,
|
account_items: Iterable[tuple[str, str]] | None = None,
|
||||||
extra_items: Iterable[tuple[str, str]] | None = None,
|
extra_items: Iterable[tuple[str, str]] | None = None,
|
||||||
cancel_arrow: bool = False,
|
verb_cancel: str | None = None,
|
||||||
) -> LayoutObj[UiResult]:
|
) -> LayoutObj[UiResult]:
|
||||||
"""Confirm summary of a transaction."""
|
"""Confirm summary of a transaction."""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user