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:
parent
fab42f84b9
commit
36d91ee85c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user