mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 13:21:03 +00:00
Incorporated changes for updated master
This commit is contained in:
parent
efd443abe8
commit
22d0e7a053
@ -257,7 +257,7 @@ static void layoutEthereumConfirmTx(const uint8_t *to, const uint8_t *value, uin
|
|||||||
strlcpy(_to3, "", sizeof(_to3));
|
strlcpy(_to3, "", sizeof(_to3));
|
||||||
}
|
}
|
||||||
|
|
||||||
layoutDialogSwipe(DIALOG_ICON_QUESTION,
|
layoutDialogSwipe(&bmp_icon_question,
|
||||||
"Cancel",
|
"Cancel",
|
||||||
"Confirm",
|
"Confirm",
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -672,7 +672,8 @@ void fsm_msgEthereumGetAddress(EthereumGetAddress *msg)
|
|||||||
|
|
||||||
resp->address.size = 20;
|
resp->address.size = 20;
|
||||||
|
|
||||||
if (!ecdsa_get_ethereum_pubkeyhash(node->public_key, resp->address.bytes)) return;
|
if (!hdnode_get_ethereum_pubkeyhash(node, resp->address.bytes))
|
||||||
|
return;
|
||||||
|
|
||||||
if (msg->has_show_display && msg->show_display) {
|
if (msg->has_show_display && msg->show_display) {
|
||||||
char desc[16];
|
char desc[16];
|
||||||
|
2
vendor/trezor-crypto
vendored
2
vendor/trezor-crypto
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 9a8df5a4bb5de3b1ebaa28591c2ae0a5bb39348e
|
Subproject commit f4ed55377d67b48a94c219313faa3035186369cb
|
Loading…
Reference in New Issue
Block a user