mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
Return the correct MessageType from EthereumGetAddress
This commit is contained in:
parent
3c2d9111e2
commit
352d296f77
@ -679,7 +679,7 @@ void fsm_msgEthereumGetAddress(EthereumGetAddress *msg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
msg_write(MessageType_MessageType_Address, resp);
|
msg_write(MessageType_MessageType_EthereumAddress, resp);
|
||||||
layoutHome();
|
layoutHome();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user