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

coins: bump bitcoin maxfee

This commit is contained in:
Pavol Rusnak 2017-05-13 01:29:49 +02:00
parent e3b2001c89
commit b98c98e6e8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -8,7 +8,7 @@ COINS = [
coin_shortcut='BTC', coin_shortcut='BTC',
address_type=0, address_type=0,
address_type_p2sh=5, address_type_p2sh=5,
maxfee_kb=300000, maxfee_kb=500000,
signed_message_header='Bitcoin Signed Message:\n', signed_message_header='Bitcoin Signed Message:\n',
xpub_magic=0x0488b21e, xpub_magic=0x0488b21e,
xprv_magic=0x0488ade4, xprv_magic=0x0488ade4,