mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 07:50:57 +00:00
common/tools: fix comment
This commit is contained in:
parent
558020be01
commit
12fb69d789
@ -260,7 +260,7 @@ def _load_misc():
|
||||
|
||||
|
||||
def _load_fido_apps():
|
||||
"""Load btc-like coins from `coins/*.json`"""
|
||||
"""Load FIDO apps from `fido/*.json`"""
|
||||
apps = []
|
||||
for filename in sorted(glob.glob(os.path.join(DEFS_DIR, "fido", "*.json"))):
|
||||
app_name = os.path.basename(filename)[:-5].lower()
|
||||
|
Loading…
Reference in New Issue
Block a user