modified fetch-params.sh in kmd/mac/verus-cli to put zcash params in the appropiate directory for macs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user