Skip to content

Commit

Permalink
Merge pull request #326 from keepkey/remove-icon
Browse files Browse the repository at this point in the history
remove eip712 confirm icon for now
  • Loading branch information
markrypt0 authored Nov 15, 2022
2 parents be2cc4a + d4afae3 commit 34d42a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/firmware/eip712.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,10 @@ int dsConfirm(const char *value) {
sscanf((char *)chainId, "%ld", &chainInt);

// As more chains are supported, add icon choice below
if (chainInt == 1) {
iconNum = ETHEREUM_ICON;
}
// TBD: not implemented for first release
// if (chainInt == 1) {
// iconNum = ETHEREUM_ICON;
// }

assetToken = tokenByChainAddress(chainInt, (uint8_t *)addrHexStr);
if (strncmp(assetToken->ticker, " UNKN", 5) == 0) {
Expand Down

0 comments on commit 34d42a9

Please sign in to comment.