1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

src.apps.common: update coins.py

This commit is contained in:
Pavol Rusnak 2017-04-12 14:48:39 +02:00
parent 6b96a91d52
commit e7bcaae3d4
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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