From c9cc3537aae54f36f1225c56fe0d3c44c3618bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Wed, 8 Nov 2017 16:41:26 +0100 Subject: [PATCH] Bitcoin2x xpub segwit magic --- coins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coins.json b/coins.json index fd88ab2c5..85a70b498 100644 --- a/coins.json +++ b/coins.json @@ -302,8 +302,9 @@ "minfee_kb": 1000, "signed_message_header": "Bitcoin Signed Message:\n", "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", - "xpub_magic": "0488b21e", "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", "bip44": 157, "segwit": true, "forkid": null,