LitecoinZ, requireShielding is now optional (#168)

This commit is contained in:
Mark LTZ 2020-10-26 20:36:05 +01:00 committed by GitHub
parent d8d02fbebb
commit 7fdba6464f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
"K": 5,
"personalization": "ZcashPoW"
},
"requireShielding": true,
"requireShielding": false,
"txfee": 0.0001,
"peerMagic": "d8cfcd93",
"explorer": {

View File

@ -6,10 +6,10 @@
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",
"zAddress": "",
"_comment_zAddress": "a private address used to send coins to tAddress.",
"_comment_zAddress": "a private address used to send coins to tAddress. Staring from v3.0.0 this is optional.",
"tAddress": "",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send. Staring from v3.0.0 this is optional.",
"invalidAddress": "",
"_comment_invalidAddress": "Invalid addresses will be converted to the above",

View File

@ -6,10 +6,10 @@
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",
"zAddress": "",
"_comment_zAddress": "a private address used to send coins to tAddress.",
"_comment_zAddress": "a private address used to send coins to tAddress. Staring from v3.0.0 this is optional.",
"tAddress": "",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send. Staring from v3.0.0 this is optional.",
"invalidAddress": "",
"_comment_invalidAddress": "Invalid addresses will be converted to the above",