From a506f0a48e02587f59bbd24f67812416a7a74038 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 2 Mar 2024 01:50:19 +0200 Subject: Replaced obsoleted script --- api/routes/getZChain/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/routes/getZChain/index.js') diff --git a/api/routes/getZChain/index.js b/api/routes/getZChain/index.js index 6aaa5d9..d30bb0a 100644 --- a/api/routes/getZChain/index.js +++ b/api/routes/getZChain/index.js @@ -8,7 +8,7 @@ const { spawn } = require('child_process'); * */ module.exports = (req, res) => { - const command = spawn("ak-get-chain-minified"); + const command = spawn("ak-enter"); response_string = ""; command.stdout.on("data", data => { response_string = response_string + data; -- cgit v1.2.3