v5.1.0 final

This commit is contained in:
mdr0id 2022-07-14 15:36:02 -07:00
parent 84c7e6a481
commit b26841dc9a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}