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

common/defs: update sign message headers for RITO and RVN

This commit is contained in:
Scotty0448 2019-05-31 17:45:28 -06:00 committed by Pavol Rusnak
parent b538eb3375
commit a2f16ebb87
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 6 additions and 4 deletions

View File

@ -4,13 +4,13 @@
"coin_label": "Ravencoin", "coin_label": "Ravencoin",
"website": "https://ravencoin.org", "website": "https://ravencoin.org",
"github": "https://github.com/RavenProject/Ravencoin", "github": "https://github.com/RavenProject/Ravencoin",
"maintainer": "Tron Black <TronBlack@gmail.com>", "maintainer": "Scotty <scotty.rvn@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 60, "address_type": 60,
"address_type_p2sh": 122, "address_type_p2sh": 122,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Ravencoin Signed Message:\n", "signed_message_header": "Raven Signed Message:\n",
"hash_genesis_block": "0000006b444bc2f2ffe627be9d9e7e7a0730000870ef6eb6da46c8eae389df90", "hash_genesis_block": "0000006b444bc2f2ffe627be9d9e7e7a0730000870ef6eb6da46c8eae389df90",
"xprv_magic": 76066276, "xprv_magic": 76066276,
"xpub_magic": 76067358, "xpub_magic": 76067358,
@ -35,7 +35,9 @@
"bitcore": [ "bitcore": [
"https://ravencoin.network" "https://ravencoin.network"
], ],
"blockbook": [], "blockbook": [
"https://blockbook.ravencoin.org"
],
"cooldown": 100, "cooldown": 100,
"consensus_branch_id": null "consensus_branch_id": null
} }

View File

@ -10,7 +10,7 @@
"address_type_p2sh": 105, "address_type_p2sh": 105,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Ritocoin Signed Message:\n", "signed_message_header": "Rito Signed Message:\n",
"hash_genesis_block": "00000075e344bdf1c0e433f453764b1830a7aa19b2a5213e707502a22b779c1b", "hash_genesis_block": "00000075e344bdf1c0e433f453764b1830a7aa19b2a5213e707502a22b779c1b",
"xprv_magic": 87326380, "xprv_magic": 87326380,
"xpub_magic": 87353290, "xpub_magic": 87353290,