mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
changed coin max fees
This commit is contained in:
parent
a8db9989c6
commit
e876aa5094
@ -21,12 +21,12 @@
|
||||
#include "coins.h"
|
||||
|
||||
const CoinType coins[COINS_COUNT] = {
|
||||
{true, "Bitcoin", true, "BTC", true, 0, true, 10000, true, 5},
|
||||
{true, "Testnet", true, "TEST", true, 111, true, 10000000, true, 196},
|
||||
{true, "Namecoin", true, "NMC", true, 52, true, 10000000, true, 5},
|
||||
{true, "Litecoin", true, "LTC", true, 48, true, 10000000, true, 5},
|
||||
{true, "Dogecoin", true, "DOGE", true, 30, true, 100000000, true, 22},
|
||||
{true, "Dash", true, "DASH", true, 76, true, 100000, true, 16},
|
||||
{true, "Bitcoin", true, "BTC", true, 0, true, 100000, true, 5},
|
||||
{true, "Testnet", true, "TEST", true, 111, true, 10000000, true, 196},
|
||||
{true, "Namecoin", true, "NMC", true, 52, true, 10000000, true, 5},
|
||||
{true, "Litecoin", true, "LTC", true, 48, true, 1000000, true, 5},
|
||||
{true, "Dogecoin", true, "DOGE", true, 30, true, 1000000000, true, 22},
|
||||
{true, "Dash", true, "DASH", true, 76, true, 100000, true, 16},
|
||||
};
|
||||
|
||||
const CoinType *coinByShortcut(const char *shortcut)
|
||||
|
Loading…
Reference in New Issue
Block a user