mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
fix: make total_amount nullable
[no changelog]
This commit is contained in:
@@ -908,7 +908,7 @@ def confirm_properties(
|
||||
|
||||
|
||||
def confirm_total(
|
||||
total_amount: str,
|
||||
total_amount: str | None,
|
||||
fee_amount: str,
|
||||
title: str | None = None,
|
||||
total_label: str | None = None,
|
||||
|
||||
@@ -919,7 +919,7 @@ def confirm_properties(
|
||||
|
||||
|
||||
def confirm_total(
|
||||
total_amount: str,
|
||||
total_amount: str | None,
|
||||
fee_amount: str,
|
||||
title: str | None = None,
|
||||
total_label: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user