1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

common/defs: fix invalid value in horizen.json

This commit is contained in:
PowerVANO 2019-05-14 19:05:09 +04:00 committed by Pavol Rusnak
parent abe6c433d6
commit be0d292841
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
__pycache__/
*.pyc
/build
proto.gv*

1
common/.gitignore vendored
View File

@ -3,4 +3,3 @@ defs/coins/tools/coindefs.json
tools/coins.json
tools/coindefs.json
tools/coinmarketcap.json
proto.gv*

View File

@ -10,7 +10,7 @@
"address_type_p2sh": 8342,
"maxfee_kb": 2000000,
"minfee_kb": 1000,
"signed_message_header": "Horizen Signed Message:\n",
"signed_message_header": "Zcash Signed Message:\n",
"hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602",
"xprv_magic": 76066276,
"xpub_magic": 76067358,