ethereum: nitpick in GetPublicKey

pull/25/head
Pavol Rusnak 6 years ago
parent cf0b5d669b
commit cbba5f28ae
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save