1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 21:48:17 +00:00

fixup! refactor(core): model_t confirm_summary

This commit is contained in:
obrusvit 2024-12-02 19:20:33 +01:00
parent 0dcc125c4d
commit acee4b605e
2 changed files with 3 additions and 3 deletions

View File

@ -1904,7 +1904,7 @@ pub static mp_module_trezorui2: Module = obj_module! {
/// extra_items: Iterable[tuple[str, str]] | None = None,
/// verb_cancel: str | None = None,
/// ) -> LayoutObj[UiResult]:
/// """Transaction summary. Always hold to confirm."""
/// """Confirm summary of a transaction."""
Qstr::MP_QSTR_confirm_summary => obj_fn_kw!(0, new_confirm_summary).as_obj(),
/// def confirm_modify_output(

View File

@ -1290,9 +1290,9 @@ 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]:
"""Transaction summary. Always hold to confirm."""
"""Confirm summary of a transaction."""
# rust/src/ui/model_tt/layout.rs