aboutsummaryrefslogtreecommitdiff
path: root/api/routes/getZblock
diff options
context:
space:
mode:
Diffstat (limited to 'api/routes/getZblock')
-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 c975594..a9ec02c 100644
--- a/api/routes/getZblock/index.js
+++ b/api/routes/getZblock/index.js
@@ -12,7 +12,7 @@ const config = require("../../config");
*/
function fetchZblock(zblock, res){
regex= /Qm[A-Za-z0-9]{44}/;
- if (regex.test(req.params.zblock)){
+ if (regex.test(zblock)){
const command = spawn("ak-zblock-cache",[zblock]);
command.stdout.on("data", data => {
});