1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +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 820: suffix = " CLO"; break; // Callisto
case 1987: suffix = " EGEM"; break; // EtherGem
case 31102: suffix = " ESN"; break; // Ethersocial Network
default : suffix = " UNKN"; break; // unknown chain
}
}