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:
parent
abe6c433d6
commit
be0d292841
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
/build
|
||||
proto.gv*
|
||||
|
1
common/.gitignore
vendored
1
common/.gitignore
vendored
@ -3,4 +3,3 @@ defs/coins/tools/coindefs.json
|
||||
tools/coins.json
|
||||
tools/coindefs.json
|
||||
tools/coinmarketcap.json
|
||||
proto.gv*
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user