1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

apps.common: update coins

This commit is contained in:
Pavol Rusnak 2017-04-25 15:51:59 +02:00
parent 07693277a4
commit 9587563c77
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -7,7 +7,7 @@ COINS = [
coin_name='Bitcoin',
coin_shortcut='BTC',
address_type=0,
maxfee_kb=100000,
maxfee_kb=300000,
address_type_p2sh=5,
address_type_p2wpkh=6,
address_type_p2wsh=10,