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
1 changed files with 1 additions and 1 deletions

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,