1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

Removing Bitcoin2x from coins.json

Goodbye, Bitcoin2x, we hardly even knew you.
This commit is contained in:
Karel Bílek 2017-11-08 18:42:53 +01:00 committed by GitHub
parent c9cc3537aa
commit 9c1e61e460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,35 +292,4 @@
"min_address_length": 35,
"max_address_length": 95,
"bitcore": []
}, {
"coin_name": "Bitcoin",
"coin_shortcut": "B2X",
"coin_label": "Bitcoin2x",
"address_type": 0,
"address_type_p2sh": 5,
"maxfee_kb": 500000,
"minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": "0488ade4",
"xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2",
"bip44": 157,
"segwit": true,
"forkid": null,
"default_fee_b": {
"Low": 10,
"Economy": 70,
"Normal": 140,
"High": 200
},
"dust_limit": 546,
"blocktime_minutes": 10,
"firmware": null,
"address_prefix": "bitcoin:",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://2x-bitcore4.trezor.io"
]
}]