mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
core: fix usage of EthereumAddress after old field was restored
This commit is contained in:
parent
fdd92404d2
commit
e2ab5d0565
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user