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

Return the correct MessageType from EthereumGetAddress

This commit is contained in:
Nick Johnson 2016-05-24 20:31:25 +01:00 committed by Alex Beregszaszi
parent 3c2d9111e2
commit 352d296f77

View File

@ -679,7 +679,7 @@ void fsm_msgEthereumGetAddress(EthereumGetAddress *msg)
}
}
msg_write(MessageType_MessageType_Address, resp);
msg_write(MessageType_MessageType_EthereumAddress, resp);
layoutHome();
}