mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-08 18:08:46 +00:00
ethereum: nitpick in GetPublicKey
This commit is contained in:
parent
cf0b5d669b
commit
cbba5f28ae
@ -25,7 +25,9 @@ void fsm_msgEthereumGetPublicKey(const EthereumGetPublicKey *msg)
|
|||||||
|
|
||||||
CHECK_PIN
|
CHECK_PIN
|
||||||
|
|
||||||
const CoinInfo *coin = fsm_getCoin(true, "Bitcoin"); // we use Bitcoin-like format for ETH
|
// we use Bitcoin-like format for ETH
|
||||||
|
const CoinInfo *coin = fsm_getCoin(true, "Bitcoin");
|
||||||
|
if (!coin) return;
|
||||||
|
|
||||||
const char *curve = coin->curve_name;
|
const char *curve = coin->curve_name;
|
||||||
uint32_t fingerprint;
|
uint32_t fingerprint;
|
||||||
|
Loading…
Reference in New Issue
Block a user