Add full zksnarks tx support

This commit is contained in:
joeuhren
2021-03-21 18:20:49 -06:00
parent d2521a879f
commit 4bef1a17be
4 changed files with 57 additions and 24 deletions
-3
View File
@@ -1077,9 +1077,6 @@
}
},
// zksnarks: A collection of settings that pertain to Zcash zk-SNARKs private transactions
// NOTE: This is only partial zk-SNARKs private tx support (90% complete)
// While the current implementation should be stable, it does not yet work in 100% of the transaction scenarios
// USE THIS FEATURE AT YOUR OWN RISK. FOR TESTING PURPOSES ONLY!
"zksnarks": {
// enabled: Enable/disable Zcash zk-SNARKs private transaction support (true/false)
// If set to false, zk-SNARKs private txs will not be properly read or saved by the explorer