Skip to content

Commit d4afae3

Browse files
committed
remove eip712 confirm icon for now
1 parent be2cc4a commit d4afae3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/firmware/eip712.c

+4-3
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,10 @@ int dsConfirm(const char *value) {
353353
sscanf((char *)chainId, "%ld", &chainInt);
354354

355355
// As more chains are supported, add icon choice below
356-
if (chainInt == 1) {
357-
iconNum = ETHEREUM_ICON;
358-
}
356+
// TBD: not implemented for first release
357+
// if (chainInt == 1) {
358+
// iconNum = ETHEREUM_ICON;
359+
// }
359360

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

0 commit comments

Comments
 (0)