fic: api update

This commit is contained in:
Lukas Bielesch
2026-02-10 09:31:43 +01:00
parent 21ab265600
commit f3a4f76f8f

View File

@@ -48,7 +48,7 @@ def format_address_n_hex(address_n: list[int]) -> str:
def main():
client = get_default_client()
client = get_default_client("ethereum")
derivation_path = "m/44'/60'/0'"
print(f"Derivation path: {derivation_path}")