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

common/defs: fix zcore signing (#669)

This commit is contained in:
apollo 2019-10-31 20:18:03 -03:00 committed by Pavol Rusnak
parent 39a532c8b1
commit 18c926a34b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"address_type_p2sh": 145,
"maxfee_kb": 1000000,
"minfee_kb": 1000,
"signed_message_header": "ZCore Genesis Block mined by Mosqueiro",
"signed_message_header": "DarkNet Signed Message:\n",
"hash_genesis_block": "695b79c8c234b45b2eeb4722f33373e471c9b686ff78efeb39da95f824a9f81b",
"xprv_magic": 78791432,
"xpub_magic": 78792518,

View File

@ -1629,7 +1629,7 @@ def by_name(name: str) -> CoinInfo:
address_type=142,
address_type_p2sh=145,
maxfee_kb=1000000,
signed_message_header="ZCore Genesis Block mined by Mosqueiro",
signed_message_header="DarkNet Signed Message:\n",
xpub_magic=0x04b24746,
xpub_magic_segwit_p2sh=None,
xpub_magic_segwit_native=None,

File diff suppressed because one or more lines are too long