From f8e6b1ec434f0096053ef44340f905a0c434f012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Nov=C3=A1=C4=8Dek?= Date: Tue, 3 Oct 2017 08:30:37 +0200 Subject: [PATCH] change BCH address prefix (#44) --- coins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins.json b/coins.json index 427176feb..d984aaa6d 100644 --- a/coins.json +++ b/coins.json @@ -73,7 +73,7 @@ "dust_limit": 546, "blocktime_minutes": 10, "firmware": "stable", - "address_prefix": "bitcoin:", + "address_prefix": "bitcoincash:", "min_address_length": 27, "max_address_length": 34 }, @@ -97,7 +97,7 @@ "dust_limit": 546, "blocktime_minutes": 10, "firmware": "debug", - "address_prefix": "bitcoin:", + "address_prefix": "bitcoincash:", "min_address_length": 27, "max_address_length": 34 },