1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 15:30:55 +00:00

Ethersocial Network (ESN) support added (#377)

This commit is contained in:
HackyMiner 2018-06-28 18:00:20 +09:00 committed by Pavol Rusnak
parent 18f8c0a173
commit ffa6567125

View File

@ -261,6 +261,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
case 64: suffix = " ELLA"; break; // Ellaism case 64: suffix = " ELLA"; break; // Ellaism
case 820: suffix = " CLO"; break; // Callisto case 820: suffix = " CLO"; break; // Callisto
case 1987: suffix = " EGEM"; break; // EtherGem case 1987: suffix = " EGEM"; break; // EtherGem
case 31102: suffix = " ESN"; break; // Ethersocial Network
default : suffix = " UNKN"; break; // unknown chain default : suffix = " UNKN"; break; // unknown chain
} }
} }