From b26841dc9a022c437d64a068f1270131d5796114 Mon Sep 17 00:00:00 2001 From: mdr0id Date: Thu, 14 Jul 2022 15:36:02 -0700 Subject: [PATCH] v5.1.0 final --- script/zcash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/zcash.go b/script/zcash.go index 90918a7..291cf59 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("/home/mdr0id/Code/v5.1.0/zcash/src/zcash-cli", args...).CombinedOutput() + out, err := exec.Command("zcash-cli", args...).CombinedOutput() if err != nil { panic(err) }