From fff16e813a91698537ec05d0b040f29f0f43be7a Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 29 Aug 2016 10:44:28 +0200 Subject: [PATCH] add link to protobuf definition in coins.c --- firmware/coins.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/coins.c b/firmware/coins.c index b0a0b7764..d55107c75 100644 --- a/firmware/coins.c +++ b/firmware/coins.c @@ -20,6 +20,7 @@ #include #include "coins.h" +// filled CoinType Protobuf structure defined in https://github.com/trezor/trezor-common/blob/master/protob/types.proto#L133 const CoinType coins[COINS_COUNT] = { {true, "Bitcoin", true, "BTC", true, 0, true, 100000, true, 5, true, 6, true, 10, true, "\x18" "Bitcoin Signed Message:\n"}, {true, "Testnet", true, "TEST", true, 111, true, 10000000, true, 196, true, 3, true, 40, true, "\x18" "Bitcoin Signed Message:\n"},