Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
eth: add Musicoin (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrufky authored and prusnak committed Jul 30, 2018
1 parent 8b63ffc commit 925c3a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/ethereum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 925c3a8

Please sign in to comment.