1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-05 13:26:57 +00:00

fixup! feat(core): add Zcash shielded transactions

This commit is contained in:
Tomas Krnak 2022-11-18 21:15:46 +07:00
parent fab42f84b9
commit 36d91ee85c

View File

@ -70,7 +70,7 @@ def get_address(client, t_address, z_address, diversifier_index, show_display, n
"You can use both to get Zcash unified address."
))
kwargs = dict()
kwargs = {}
kwargs["show_display"] = show_display
if t_address:
kwargs["t_address_n"] = tools.parse_path(t_address)