Fix a variable name typo.

This commit is contained in:
Nathan Wilcox 2017-05-22 17:46:26 -07:00
parent 0cfc9d65fa
commit 453c74743c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function zcashd_start {
function zcashd_stop {
zcash_rpc stop > /dev/null
wait $ZCASH_PID
wait $ZCASHD_PID
}
function zcashd_massif_start {