trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

trezorlib ethereum.get_address returns None #377

Closed rashijzeb closed 5 years ago

rashijzeb commented 5 years ago

bip32_path = tools.parse_path("m/44'/60'/0'/0/0") eth.get_address(client,bip32_path, show_display=False)

If show_display is true, then it displays the correct address on trezor, but returns none always (in the code).

rashijzeb commented 5 years ago

Updating firmware helped in resolving this.