aboutsummaryrefslogtreecommitdiff
path: root/api/routes/getZblock/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'api/routes/getZblock/index.js')
-rw-r--r--api/routes/getZblock/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/routes/getZblock/index.js b/api/routes/getZblock/index.js
index a9ec02c..723df48 100644
--- a/api/routes/getZblock/index.js
+++ b/api/routes/getZblock/index.js
@@ -13,7 +13,7 @@ const config = require("../../config");
function fetchZblock(zblock, res){
regex= /Qm[A-Za-z0-9]{44}/;
if (regex.test(zblock)){
- const command = spawn("ak-zblock-cache",[zblock]);
+ const command = spawn("ak-zblock",["--cache",zblock]);
command.stdout.on("data", data => {
});