1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

eth: add Musicoin (#388)

This commit is contained in:
Michael Ira Krufky 2018-07-30 06:01:03 -04:00 committed by Pavol Rusnak
parent 8b63ffce61
commit 925c3a8536

View File

@ -264,6 +264,7 @@ static void ethereumFormatAmount(const bignum256 *amnt, const TokenType *token,
case 1987: suffix = " EGEM"; break; // EtherGem
case 31102: suffix = " ESN"; break; // Ethersocial Network
case 200625: suffix = " AKA"; break; // Akroma
case 7762959: suffix = " MUSI"; break; // Musicoin
default : suffix = " UNKN"; break; // unknown chain
}
}