mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 11:51:50 +00:00
change BCH address prefix (#44)
This commit is contained in:
parent
c41f84e221
commit
f8e6b1ec43
@ -73,7 +73,7 @@
|
|||||||
"dust_limit": 546,
|
"dust_limit": 546,
|
||||||
"blocktime_minutes": 10,
|
"blocktime_minutes": 10,
|
||||||
"firmware": "stable",
|
"firmware": "stable",
|
||||||
"address_prefix": "bitcoin:",
|
"address_prefix": "bitcoincash:",
|
||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34
|
"max_address_length": 34
|
||||||
},
|
},
|
||||||
@ -97,7 +97,7 @@
|
|||||||
"dust_limit": 546,
|
"dust_limit": 546,
|
||||||
"blocktime_minutes": 10,
|
"blocktime_minutes": 10,
|
||||||
"firmware": "debug",
|
"firmware": "debug",
|
||||||
"address_prefix": "bitcoin:",
|
"address_prefix": "bitcoincash:",
|
||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34
|
"max_address_length": 34
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user