1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 13:38:28 +00:00

fixup! refactor(core): model_r confirm_summary

This commit is contained in:
obrusvit 2024-12-02 19:20:42 +01:00
parent acee4b605e
commit 5c2bacd39a

View File

@ -755,7 +755,7 @@ def confirm_summary(
fee_items: Iterable[tuple[str, str]] | None = None,
account_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]:
"""Confirm summary of a transaction."""