1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 23:08:14 +00:00

core: fix usage of EthereumAddress after old field was restored

This commit is contained in:
matejcik 2019-05-17 15:37:20 +02:00
parent fdd92404d2
commit e2ab5d0565

View File

@ -30,4 +30,4 @@ async def get_address(ctx, msg, keychain):
if await show_qr(ctx, address, desc=desc):
break
return EthereumAddress(address)
return EthereumAddress(address=address)