Enable extra_data for Zcoin

pull/1072/head
Andrey 4 years ago committed by matejcik
parent 7364883c04
commit 49bc623a84

@ -4,7 +4,7 @@
"coin_label": "Zcoin", "coin_label": "Zcoin",
"website": "https://zcoin.io", "website": "https://zcoin.io",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/zcoinofficial/zcoin",
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>", "maintainer": "Zcoin Team <team@zcoin.io>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"decimals": 8, "decimals": 8,
"address_type": 82, "address_type": 82,
@ -42,7 +42,7 @@
"negative_fee": false, "negative_fee": false,
"cooldown": 100, "cooldown": 100,
"consensus_branch_id": null, "consensus_branch_id": null,
"extra_data": false, "extra_data": true,
"timestamp": false, "timestamp": false,
"confidential_assets": null "confidential_assets": null
} }

@ -4,7 +4,7 @@
"coin_label": "Zcoin Testnet", "coin_label": "Zcoin Testnet",
"website": "https://zcoin.io", "website": "https://zcoin.io",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/zcoinofficial/zcoin",
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>", "maintainer": "Zcoin Team <team@zcoin.io>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"decimals": 8, "decimals": 8,
"address_type": 65, "address_type": 65,
@ -40,7 +40,7 @@
"negative_fee": false, "negative_fee": false,
"cooldown": 100, "cooldown": 100,
"consensus_branch_id": null, "consensus_branch_id": null,
"extra_data": false, "extra_data": true,
"timestamp": false, "timestamp": false,
"confidential_assets": null "confidential_assets": null
} }

Loading…
Cancel
Save