mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +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
|
||||
|
||||
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;
|
||||
uint32_t fingerprint;
|
||||
|
Loading…
Reference in New Issue
Block a user