mirror of https://github.com/zcash/rpc.git
v5.1.0 final
This commit is contained in:
parent
84c7e6a481
commit
b26841dc9a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue