common/defs: fix invalid value in horizen.json

pull/153/head
PowerVANO 5 years ago committed by Pavol Rusnak
parent abe6c433d6
commit be0d292841
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

1
.gitignore vendored

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

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…
Cancel
Save