1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-26 09:52:34 +00:00

coins: Change BCC to BCH

This commit is contained in:
Saleem Rashid 2017-07-30 16:23:13 +01:00 committed by Pavol Rusnak
parent f3010097c3
commit dc1ed85c96

View File

@ -44,7 +44,7 @@
}, },
{ {
"coin_name": "Bitcoin Cash", "coin_name": "Bitcoin Cash",
"coin_shortcut": "BCC", "coin_shortcut": "BCH",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 500000, "maxfee_kb": 500000,
@ -67,7 +67,7 @@
}, },
{ {
"coin_name": "Testnet Cash", "coin_name": "Testnet Cash",
"coin_shortcut": "TBCC", "coin_shortcut": "TBCH",
"address_type": 111, "address_type": 111,
"address_type_p2sh": 196, "address_type_p2sh": 196,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,