modified fetch-params.sh in kmd/mac/verus-cli to put zcash params in the appropiate directory for macs

This commit is contained in:
Asherda
2018-06-16 17:39:06 -07:00
parent 87bbf1bfe5
commit 5a8e9a6463

View File

@@ -2,7 +2,7 @@
set -eu
PARAMS_DIR="$HOME/.zcash-params"
PARAMS_DIR="$HOME/Library/Application Support/ZcashParams"
SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'