-

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 5.0.0 RPC

+

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 5.1.0 RPC

{{if .Command}}
{{.Command.Description}}

diff --git a/script/zcash.go b/script/zcash.go index 291cf59..90918a7 100644 --- a/script/zcash.go +++ b/script/zcash.go @@ -91,7 +91,7 @@ func open(path string) io.Writer { } func run(args ...string) string { - out, err := exec.Command("zcash-cli", args...).CombinedOutput() + out, err := exec.Command("/home/mdr0id/Code/v5.1.0/zcash/src/zcash-cli", args...).CombinedOutput() if err != nil { panic(err) }